- [Registry] Add
count_select/2
- [Application] Calling
Application.get_env/3
and friends in the module body is now discouraged, useApplication.compile_env/3
instead - [Kernel.ParallelCompiler] Returning a list or two-element tuple from
:each_cycle
is deprecated, return a{:compile | :runtime, modules, warnings}
tuple instead
- [Mix]
Mix.Tasks.Xref.calls/1
is deprecated in favor of compilation tracers
The CHANGELOG for v1.13 releases can be found in the v1.13 branch.