Skip to content

Commit 147fafb

Browse files
author
José Valim
committed
Update CHANGELOG
1 parent 674f4a2 commit 147fafb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# v0.12.3-dev
22

33
* Enhancements
4+
* [Mix] Do not fail if a Mix dependency relies on an outdated Elixir version
45

56
* Bug fixes
67
* [Atom] Inspect `:...` and `:foo@bar` without quoting
78
* [Kernel] Guarantee nullary funs/macros are allowed in guards
8-
* [Mix] Do not fail if a Mix dependency relies on an outdated Elixir version
99

1010
* Deprecations
1111
* [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`
1313

1414
* Backwards incompatible changes
1515
* [Kernel] Remove `**` from the list of allowed operators

0 commit comments

Comments
 (0)