File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 1
1
# v0.9.3.dev
2
2
3
3
* enhancements
4
+ * [ File] Add ` File.chgrp ` , ` File.chmod ` and ` File.chown `
4
5
* [ Kernel] Add --warnings-as-errors to Elixir's compiler options
5
6
* [ Kernel] Print warnings to stderr
6
7
* [ Kernel] Warn on undefined module attributes
16
17
* [ Kernel] Improve error messages on default clauses clash
17
18
* [ Kernel] ` __MODULE__.Foo ` now returns ` Foo ` when outside of a Module
18
19
* [ Kernel] Improve error messages when default clauses from different definitions collide
19
- * [ Kernel] ^x variables should always refer to the value before the expression
20
+ * [ Kernel] ` ^x ` variables should always refer to the value before the expression
21
+ * [ Kernel] Allow ` (x, y) when z ` in function clauses and try expressions
20
22
* [ Mix] Mix now properly evaluates rebar scripts
21
23
22
24
* deprecations
You can’t perform that action at this time.
0 commit comments