- [Kernel] Public functions without documentation now appear as an empty map on
Code.fetch_docs/1
, unless they start with underscore, where they remain as:none
. This aligns Elixir's implementation with EEP48
- [Kernel] Deprecate
@foo()
in favor of@foo
- [mix compile] The
:xref
compiler is deprecated and it has no effect. Please remove it from your mix.exs file.
The CHANGELOG for v1.11 releases can be found in the v1.11 branch.