Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 766 Bytes

CHANGELOG.md

File metadata and controls

28 lines (15 loc) · 766 Bytes

Changelog for Elixir v1.14

v1.14.0-dev

1. Enhancements

Elixir

  • [Registry] Add count_select/2

2. Bug fixes

3. Soft-deprecations (no warnings emitted)

4. Hard-deprecations

Elixir

  • [Application] Calling Application.get_env/3 and friends in the module body is now discouraged, use Application.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] Mix.Tasks.Xref.calls/1 is deprecated in favor of compilation tracers

v1.13

The CHANGELOG for v1.13 releases can be found in the v1.13 branch.