We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73eeec2 commit c3c8c3cCopy full SHA for c3c8c3c
CHANGELOG.md
@@ -15,6 +15,8 @@
15
* bug fix
16
* [CLI] Elixir can now run on Unix directories with `:` in its path
17
* [Kernel] `match?/2` does not leak variables to outer scope
18
+ * [Kernel] Keep `head|tail` when splicing at the tail
19
+ * [Kernel] Ensure variables defined in the module body are not passed to callbacks
20
* [Mix] On dependencies conflict, show from where each source is coming from
21
* [Mix] Empty projects no longer leave empty ebin files on `mix compile`
22
* [Module] Calling `Module.register_attribute/3` no longer automatically changes it to persisted or accumulated
0 commit comments