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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,15 @@
1
1
# v0.12.3-dev
2
2
3
3
* Enhancements
4
+
*[Mix] Do not fail if a Mix dependency relies on an outdated Elixir version
4
5
5
6
* Bug fixes
6
7
*[Atom] Inspect `:...` and `:foo@bar` without quoting
7
8
*[Kernel] Guarantee nullary funs/macros are allowed in guards
8
-
*[Mix] Do not fail if a Mix dependency relies on an outdated Elixir version
9
9
10
10
* Deprecations
11
11
*[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
12
-
*[Record] Deprecate `to_keywords`, `getter` and `list getter`funtionalities in `defrecordp`
12
+
*[Record] Deprecate `to_keywords`, `getter` and `list getter`functionalities in `defrecordp`
13
13
14
14
* Backwards incompatible changes
15
15
*[Kernel] Remove `**` from the list of allowed operators
0 commit comments