Skip to content

Commit 926455c

Browse files
committed
Add date to CHANGELOG
1 parent f73e318 commit 926455c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ 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.0
93+
## v1.12.0 (2021-05-19)
9494

9595
### 1. Enhancements
9696

0 commit comments

Comments
 (0)