Skip to content

Commit 53e49f3

Browse files
committed
Update CHANGELOG
1 parent c0bdd61 commit 53e49f3

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,19 @@ 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-??)
94+
95+
### 1. Enhancements
96+
97+
#### Elixir
98+
99+
* [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
101+
102+
#### Mix
103+
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
105+
93106
## v1.12.1 (2021-05-28)
94107

95108
### 1. Bug fixes

0 commit comments

Comments
 (0)