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
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,7 @@
23
23
24
24
* Backwards incompatible changes
25
25
*[Dict] Implementations of `equal?/2` and `merge/2` in `HashDict` and `ListDict` are no longer polymorphic. To get polymorphism, use the functions in `Dict` instead
26
+
*[IEx] IEx now loads the `.iex.exs` file instead of `.iex`
26
27
*[Kernel] Remove `**` from the list of allowed operators
27
28
*[Kernel] Limit sigils delimiters to one of the following: `<>`, `{}`, `[]`, `()`, `||`, `//`, `"` and `'`
28
29
*[Range]`Range` is no longer a record, instead use `first .. last` if you need pattern matching
0 commit comments