Skip to content

Commit 58ca652

Browse files
committed
Release v1.12.2
1 parent afcefb3 commit 58ca652

File tree

2 files changed

+17
-5
lines changed

2 files changed

+17
-5
lines changed

CHANGELOG.md

+16-4
Original file line numberDiff line numberDiff line change
@@ -90,18 +90,30 @@ 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.2 (2021-06-??)
93+
## v1.12.2 (2021-07-01)
9494

95-
### 1. Enhancements
95+
### 1. Bug fixes
96+
97+
#### Elixir
98+
99+
* [Kernel] Ensure deprecated macros emit warnings
100+
101+
#### Mix
102+
103+
* [mix deps] Ensure unconstrained rebar deps generate valid mix specifications
104+
105+
### 2. Enhancements
96106

97107
#### Elixir
98108

109+
* [elixirc] Change the output of `--profile time` to make it easier to detect outliers
99110
* [Application] Do not add compile time deps on args to `Application.compile_env/2` and `Application.compile_env!/2`
100-
* [elixirc] Change the output of --profile time to make it easier to detect outliers
111+
* [Enum] Optimize `Enum.into/3` and `Map.new/2`
101112

102113
#### Mix
103114

104-
* [mix compile] [mix run] [mix test] Speed up the time taken to load dependencies. This should make the usage of Mix inside projects quite more responsive
115+
* [mix compile] Compile most recently changed files first
116+
* [mix compile, mix run, mix test] Speed up the time taken to load dependencies. This should make the usage of Mix inside projects quite more responsive
105117

106118
## v1.12.1 (2021-05-28)
107119

VERSION

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

0 commit comments

Comments
 (0)