Skip to content

Commit a08710b

Browse files
author
José Valim
committed
Update CHANGELOG
1 parent 151695b commit a08710b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# v0.9.3.dev
22

33
* enhancements
4+
* [File] Add `File.chgrp`, `File.chmod` and `File.chown`
45
* [Kernel] Add --warnings-as-errors to Elixir's compiler options
56
* [Kernel] Print warnings to stderr
67
* [Kernel] Warn on undefined module attributes
@@ -16,7 +17,8 @@
1617
* [Kernel] Improve error messages on default clauses clash
1718
* [Kernel] `__MODULE__.Foo` now returns `Foo` when outside of a Module
1819
* [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
2022
* [Mix] Mix now properly evaluates rebar scripts
2123

2224
* deprecations

0 commit comments

Comments
 (0)