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
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,15 @@
1
1
# v0.12.3-dev
2
2
3
3
* Enhancements
4
+
*[Kernel] Explicit functions inlined by the compiler, including operators. This means that `Kernel.+/2` will now expand to `:erlang.+/2` and so on
4
5
*[Mix] Do not fail if a Mix dependency relies on an outdated Elixir version
6
+
*[Process] Add `Process.send/2` and `Process.send_after/3`
5
7
*[Version] Add `Version.compare/2`
6
8
7
9
* Bug fixes
8
10
*[Atom] Inspect `:...` and `:foo@bar` without quoting
9
11
*[Kernel] Guarantee nullary funs/macros are allowed in guards
12
+
*[Process] Ensure monitoring functions are inlined by the compiler
10
13
11
14
* Deprecations
12
15
*[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
0 commit comments