1. Bug fixes
Elixir
- [bin/elixir] Properly handle the
--dbg
flag in Elixir's CLI - [Code.Formatter] Add brackets around keyword lists when formatting the left-hand side of
when
- [Kernel] Only infer size in pinned variable in binary strings when needed
- [System] Add a note that arguments are unsafe when invoking .bat/.com scripts on Windows via
System.cmd/3
- [Port] Add a note that arguments are unsafe when invoking .bat/.com scripts on Windows
- [URI] Ensure
:undefined
fields are properly converted tonil
when invoking Erlang's API
Logger
- [Logger] Ensure translators are persisted across logger restarts
Mix
- [mix compile] Ensure compile paths are accessible during compilation