summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosé Valim <jose.valim@dashbit.co>2021-12-09 21:13:05 +0100
committerJosé Valim <jose.valim@dashbit.co>2021-12-09 21:13:05 +0100
commit20a5050b3528621354038159fa52b6135b1b53c9 (patch)
tree456f376f7b104c5d870d0a3f1c4107d00592ff6c
parent1a9e59cd4d97988a66087978e65ce89c87122593 (diff)
downloadelixir-20a5050b3528621354038159fa52b6135b1b53c9.tar.gz
Update CHANGELOG
-rw-r--r--CHANGELOG.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 37462039a..cf32f9109 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -11,12 +11,23 @@
* [Inspect] Improve error reporting when there is a faulty inspect implementation
* [Kernel] Print escaped version of control chars when they show up as unexpected tokens
* [Keyword] Add `Keyword.from_keys/2`
+ * [Macro] Add `Macro.classify_atom/1` and `Macro.inspect_atom/1`
* [Map] Add `Map.from_keys/2`
* [Registry] Add `count_select/2`
+ * [Stream] Add `Stream.duplicate/2`
* [Version] Add `Version.to_string/1`
+ * [Version] Colorize `Version.Requirement` source in Inspect protocol
+
+#### Mix
+
+ * [mix test] Improve error message when suite fails due to coverage
### 2. Bug fixes
+#### IEx
+
+ * [IEx] Disallow short-hand pipe after matches
+
### 3. Soft-deprecations (no warnings emitted)
### 4. Hard-deprecations