You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,11 +3,16 @@
3
3
* Enhancements
4
4
5
5
* Bug fixes
6
+
*[Atom] Inspect `:...` and `:foo@bar` without quoting
7
+
*[Kernel] Guarantee nullary funs/macros are allowed in guards
6
8
7
9
* Deprecations
8
10
*[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
9
11
10
12
* 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
0 commit comments