Elixir release

1.14.4

Change breakdown

Organization at a glance

Detailed changelog

Enhancement

9 changes

Tool: Elixir Module: Inspect

Add :sort_maps to Inspect.Opts.custom_options

Tool: IEx Module: IEx

Support shell history in Erlang/OTP 26+

Tool: Mix Module: mix compile.elixir

Optimize application tracer

Tool: Elixir Module: Code

Properly handle blocks with comments in all cases in Code.quoted_to_string_with_comments/2

Tool: Elixir Module: Kernel

Fix debug_info/4 when returning core_v1

Tool: Elixir Module: Kernel

Store complete path on quote keep: true to avoid invalid stacktraces

Tool: Elixir Module: Kernel

Fix column count when tokenizing escaped interpolations

Tool: Elixir Module: Stream

Fix Stream.zip/1 hanging on empty list

Tool: Mix Module: mix format

Don't call formatter on directories