File tree Expand file tree Collapse file tree 1 file changed +32
-0
lines changed
Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Original file line number Diff line number Diff line change @@ -241,6 +241,38 @@ protocol, giving developers more control over the struct representation.
241241See the updated documentation for ` Inspect ` for a general rundown on
242242the 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
You can’t perform that action at this time.
0 commit comments