We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 820ba1a commit b859094Copy full SHA for b859094
CHANGELOG.md
@@ -1,8 +1,12 @@
1
# Changelog for Elixir v1.14
2
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.
+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
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.
10
11
## `dbg`
12
0 commit comments