Elixir v1.13 requires Erlang/OTP 22+.
- [Inspect] Allow default inspect fun to be set globally with
Inspect.Opts.default_inspect_fun/1
- [Kernel] Make
get_in
consistently abort whennil
values are found
- [Logger] Add
Logger.put_application_level/2
- [Protocol] Add
defdelegate
to the list of unallowed macros inside protocols as protocols do not allow function definitions
The CHANGELOG for v1.12 releases can be found in the v1.12 branch.