Skip to content

Commit 12c8564

Browse files
author
José Valim
committed
Update CHANGELOG after clean up on the operators table
by making it sane and clean in case we want to add custom operators in the future. The operator table with suggestions of extension points (not yet implemented) can be found in the elixir_parser.yrl file. The only backwards incompatible change is the precedence of the operators used by the Bitwise module.
1 parent 903aa60 commit 12c8564

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
@@ -27,6 +27,7 @@
2727
* [Typespec] Deprecate `(fun(...) -> ...)` in favor of `(... -> ...)`
2828

2929
* backwards incompatible changes
30+
* [Bitwise] Precedence of operators used by the Bitwise module were changed. Check `elixir_parser.yrl` for more information.
3031
* [File] `rm_rf` and `cp_r` now returns a tuple with three elements on failures
3132
* [Kernel] The quoted representation for `->` clauses changed from a tuple with two elements to a tuple with three elements to support metadata
3233
* [Mix] No longer support beam files on `mix local`

0 commit comments

Comments
 (0)