Skip to content

Commit b859094

Browse files
committed
Update CHANGELOG
1 parent 820ba1a commit b859094

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
# Changelog for Elixir v1.14
22

3-
Elixir v1.14 requires Erlang/OTP 23+ with a small batch of new features
4-
and the usual enhancements and bug fixes to Elixir and its standard library.
5-
We cover the most notable changes next.
3+
Elixir v1.14 brings many improvements to the debugging experience in Elixir
4+
and data-type inspection. It also includes a new abstraction for easy
5+
partitioning of processes called `PartitionSupervisor`, as well as improved
6+
compilation times and error messages.
7+
8+
Elixir v1.14 is the last version to support Erlang/OTP 23. Consider updating
9+
to Erlang/OTP 24 or Erlang/OTP 25.
610

711
## `dbg`
812

0 commit comments

Comments
 (0)