Enhancement
1 change
Code.string_to_quoted/2 honors :static_atoms_encoder for multi-letter sigils
Elixir release
Released on
Change breakdown
Detailed changelog
1 change
Code.string_to_quoted/2 honors :static_atoms_encoder for multi-letter sigils
15 changes
Fix race condition on concurrent capture_log
Respect options passed to nested capture_log calls
Properly compile doctests without results terminated by fences
Allow variables defined in doctests to be used in expectation
Ensure pry works on Erlang/OTP 25 and earlier while IEx is booting
Code.Fragment.surround_context considers surround context around spaces and parens
Do not assume Logger has been loaded at compile-time
Properly handle :function as metadata
Ensure the current project is available on the code path after its Elixir sources are compiled
Guarantee yecc/leex are available when emitting warnings from previous runs
Fix bug where an external resource was deleted after its
Track removed modules and exports across local deps
Fix an issue where dependencies could not be started in an umbrella projects
Properly handle optional dependencies when there is a conflict in the application start mode
Remove --werl from release scripts on Erlang/OTP 26