summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosé Valim <jose.valim@dashbit.co>2021-12-03 19:51:44 +0100
committerJosé Valim <jose.valim@dashbit.co>2021-12-03 19:51:44 +0100
commit1b1b2c84bedfcd944b7d8b910fb56f72b5557620 (patch)
treec2754daf0e2985f4d812cbf6fe502ac319f267d7
parent69fc6024aab8b9176737712c5adcc2039dfc7255 (diff)
downloadelixir-1b1b2c84bedfcd944b7d8b910fb56f72b5557620.tar.gz
Update CHANGELOG
-rw-r--r--CHANGELOG.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9b98c93a2..a3d1886d5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,7 +6,14 @@
#### Elixir
+ * [Code] Emit deprecation and type warnings on `Code.compile_string/2` and `Code.compile_quoted/2`
+ * [Code] Warn if an outdated lexical tracker is given on eval
+ * [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`
+ * [Map] Add `Map.from_keys/2`
* [Registry] Add `count_select/2`
+ * [Version] Add `Version.to_string/1`
### 2. Bug fixes