Skip to content

Commit 4582f87

Browse files
committed
Update CHANGELOG
1 parent 274557b commit 4582f87

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,26 @@ As of Elixir v1.12, implicitly decreasing ranges are soft-deprecated and warning
8888

8989
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.
9090

91-
## v1.12.0 (2021-04-03)
91+
## v1.12.0-rc.1
92+
93+
### 1. Enhancenets
94+
95+
#### Elixir
96+
97+
* [String] Update to Unicode 13.0
98+
99+
#### ExUnit
100+
101+
* [ExUnit] Add `ExUnit.async_run/0` and `ExUnit.await_run/1`
102+
103+
### 2. Bug fixes
104+
105+
#### Elixir
106+
107+
* [Kernel] Do not ignore unimplemented signatures from generated functions
108+
* [Protocol] Do not forbid `defdelegate` and `defexception` in protocol bodies - the restriction for `defdelegate` will be added back on v1.13 though (regression)
109+
110+
## v1.12.0-rc.0 (2021-04-03)
92111

93112
### 1. Enhancements
94113

0 commit comments

Comments
 (0)