Skip to content

Commit 00e7245

Browse files
committed
Update CHANGELOG
1 parent f596cf1 commit 00e7245

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,38 @@ protocol, giving developers more control over the struct representation.
241241
See the updated documentation for `Inspect` for a general rundown on
242242
the approaches and options available.
243243

244+
## v1.14.4-dev
245+
246+
This release adds basic support for Erlang/OTP 26. When migrating
247+
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:
251+
252+
inspect(map, custom_options: [sort_maps: true])
253+
254+
### Enhancements
255+
256+
#### Elixir
257+
258+
* [Inspect] Add `:sort_maps` to `Inspect.Opts.custom_options`
259+
260+
#### IEx
261+
262+
* [IEx] Support shell history in Erlang/OTP 26+
263+
264+
#### Mix
265+
266+
* [mix compile.elixir] Optimize application tracer
267+
268+
### Bug fixes
269+
270+
#### Elixir
271+
272+
* [Code] Properly handle blocks with comments in all cases in `Code.quoted_to_string_with_comments/2`
273+
* [Kernel] Fix `debug_info/4` when returning core_v1
274+
* [Kernel] Store complete path on `quote keep: true` to avoid invalid stacktraces
275+
244276
## v1.14.3 (2023-01-14)
245277

246278
### 1. Enhancements

0 commit comments

Comments
 (0)