summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJosé Valim <jose.valim@dashbit.co>2022-07-26 15:28:48 +0200
committerJosé Valim <jose.valim@dashbit.co>2022-07-26 15:28:48 +0200
commit968a026a3808763ae2c10f331b9a393ef1f83180 (patch)
tree708e046489fd2a622b3c2998b3edf3488551dabe /CHANGELOG.md
parentec3b73216cc11529beee4587f854320972908179 (diff)
downloadelixir-968a026a3808763ae2c10f331b9a393ef1f83180.tar.gz
Update CHANGELOG
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md10
1 files changed, 7 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 403eaf61d..37bfeda6f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,8 +1,12 @@
# Changelog for Elixir v1.14
-Elixir v1.14 requires Erlang/OTP 23+ with a small batch of new features
-and the usual enhancements and bug fixes to Elixir and its standard library.
-We cover the most notable changes next.
+Elixir v1.14 brings many improvements to the debugging experience in Elixir
+and data-type inspection. It also includes a new abstraction for easy
+partitioning of processes called `PartitionSupervisor`, as well as improved
+compilation times and error messages.
+
+Elixir v1.14 is the last version to support Erlang/OTP 23. Consider updating
+to Erlang/OTP 24 or Erlang/OTP 25.
## `dbg`