Skip to content

Commit 74bfab8

Browse files
committed
Release v1.12.3
1 parent e00cbe1 commit 74bfab8

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,24 @@ As of Elixir v1.12, implicitly decreasing ranges are soft-deprecated and warning
9090

9191
Elixir v1.12 has the additional of many functions across the standard library. The `Enum` module received additions such as `Enum.count_until/2`, `Enum.product/1`, `Enum.zip_with/2`, and more. The `Integer` module now includes `Integer.pow/2` and `Integer.extended_gcd/2`. Finally, the `Kernel` module got two new functions, `Kernel.then/2` and `Kernel.tap/2`, which are specially useful in `|>` pipelines.
9292

93+
## v1.12.3 (2021-09-05)
94+
95+
### 1. Bug fixes
96+
97+
#### Elixir
98+
99+
* [Code] Make sure that bindings in the default context returned by `Code.eval_*` functions are not returned as tagged tuples
100+
* [Kernel] Do not crash when handling ambiguity errors
101+
* [Range] Still match on old range patterns throughout the stdlib
102+
103+
#### IEx
104+
105+
* [IEx.Autocomplete] Do not error autocompletion with module attribute
106+
107+
#### Mix
108+
109+
* [Mix] Rename inconsistent `:exit_code` option to `:exit_status` on `Mix.raise/2`
110+
93111
## v1.12.2 (2021-07-01)
94112

95113
### 1. Bug fixes

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.12.2
1+
1.12.3

0 commit comments

Comments
 (0)