Skip to content

Commit 5991eb0

Browse files
author
José Valim
committed
Update CHANGELOG
1 parent b3e0765 commit 5991eb0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,16 @@
33
* Enhancements
44

55
* Bug fixes
6+
* [Atom] Inspect `:...` and `:foo@bar` without quoting
7+
* [Kernel] Guarantee nullary funs/macros are allowed in guards
68

79
* Deprecations
810
* [Kernel] `binary_to_term/1`, `binary_to_term/2`, `term_to_binary/1` and `term_to_binary/2` are deprecated in favor of their counterparts in the `:erlang` module
911

1012
* Backwards incompatible changes
13+
* [Kernel] Remove `**` from the list of allowed operators
14+
* [Range] `Range` is no longer a record, instead use `first .. last` if you need pattern matching
15+
1116

1217
# v0.12.2 (2014-01-15)
1318

0 commit comments

Comments
 (0)