Skip to content

Commit 4e5a8d4

Browse files
committed
Update CHANGELOG
1 parent acb5832 commit 4e5a8d4

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

CHANGELOG.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -245,9 +245,10 @@ the approaches and options available.
245245

246246
This release adds basic support for Erlang/OTP 26. When migrating
247247
to Erlang/OTP 26, keep it mind it changes how maps are stored
248-
internally (note maps never provided a guarantee of their order).
249-
This release adds `:sort_maps` to `inspect` custom options,
250-
in case you want to sort them before inspection:
248+
internally and they will be printed and traversed in a different
249+
order (note maps never provided a guarantee of their order).
250+
To aid migration, this release adds `:sort_maps` to `inspect`
251+
custom options, in case you want to sort them before inspection:
251252

252253
inspect(map, custom_options: [sort_maps: true])
253254

@@ -271,7 +272,13 @@ in case you want to sort them before inspection:
271272

272273
* [Code] Properly handle blocks with comments in all cases in `Code.quoted_to_string_with_comments/2`
273274
* [Kernel] Fix `debug_info/4` when returning core_v1
274-
* [Kernel] Store complete path on `quote keep: true` to avoid invalid stacktraces
275+
* [Kernel] Store complete path on `quote keep: true` to avoid invalid stacktraces
276+
* [Kernel] Fix column count when tokenizing escaped interpolations
277+
* [Stream] Fix `Stream.zip/1` hanging on empty list
278+
279+
#### Mix
280+
281+
* [mix fomrat] Don't call formatter on directories
275282

276283
## v1.14.3 (2023-01-14)
277284

lib/elixir/pages/compatibility-and-deprecations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Erlang/OTP versioning is independent from the versioning of Elixir. Erlang relea
4242

4343
Elixir version | Supported Erlang/OTP versions
4444
:------------- | :-------------------------------
45-
1.14 | 23 - 25
45+
1.14 | 23 - 25 (and Erlang/OTP 26 from v1.14.4)
4646
1.13 | 22 - 24 (and Erlang/OTP 25 from v1.13.4)
4747
1.12 | 22 - 24
4848
1.11 | 21 - 23 (and Erlang/OTP 24 from v1.11.4)

0 commit comments

Comments
 (0)