Skip to content

Commit 3b8d7fa

Browse files
committed
Update CHANGELOG
1 parent d1d5e04 commit 3b8d7fa

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,21 @@ 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.1
94+
95+
### 1. Bug fixes
96+
97+
#### Elixir
98+
99+
* [Code] Make sure `Code.format_string!/2` formats multiline expression inside interpolation on first run
100+
* [Macro] Revert keeping of underscores between digits in camelize
101+
102+
#### Mix
103+
104+
* [Mix] Make sure `Mix.install/2` expand paths for deps
105+
* [mix deps.get] Silence false positives on `httpc` warnings
106+
* [mix test] Do not run the whole suite when there are no --failed tests as it won't behave as expected inside umbrellas
107+
93108
## v1.12.0 (2021-05-19)
94109

95110
### 1. Enhancements

0 commit comments

Comments
 (0)