Skip to content

Commit 00deab9

Browse files
author
José Valim
committed
Update CHANGELOG
1 parent 47f4721 commit 00deab9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,7 @@ Other improvements in Mix include better compiler diagnostics for editor integra
237237
* [Kernel] Solve a precedence issue between `&` and `|`, such as `[&Foo.bar/1 | &Baz.bat/2]`
238238
* [Kernel] Do not load dynamic Elixir modules as `:in_memory` as this value is not officially supported by the code server. Instead, use an empty list, which is the same value used by Erlang.
239239
* [Kernel] Validate variable struct name is atom when used in pattern matching
240+
* [Kernel] No longer generate documentation for `defdelegate` functions automatically to avoid overriding previously specified `@doc`
240241
* [Macro] Fix `Macro.to_string/2` for tuple calls, such as `alias Foo.{Bar, Baz}`
241242
* [MapSet] Return valid MapSet when unioning a legacy MapSet
242243
* [Regex] Return a leading empty space when splitting on empty pattern. This makes the `split` operation consistent with the other operations in the `Regex` module

0 commit comments

Comments
 (0)