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
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,7 @@
1
1
# v0.12.3-dev
2
2
3
3
* Enhancements
4
+
*[Kernel] Warnings now are explicitly tagged with "warning:" in messages
4
5
*[Kernel] Explicit functions inlined by the compiler, including operators. This means that `Kernel.+/2` will now expand to `:erlang.+/2` and so on
5
6
*[Mix] Do not fail if a Mix dependency relies on an outdated Elixir version
6
7
*[Process] Add `Process.send/2` and `Process.send_after/3`
@@ -14,10 +15,12 @@
14
15
*[Process] Ensure monitoring functions are inlined by the compiler
15
16
16
17
* Deprecations
18
+
*[IEx] The helper `m/0` has been deprecated. The goal is to group all runtime statistic related helpers into a single module
17
19
*[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
18
20
*[Kernel]`//` for default arguments is deprecated in favor of `\\`. This is a soft deprecation, no warnings will be emitted for it in this release
19
-
*[Kernel] Deprecate `@behavior` in favor of `@behaviour`
20
-
*[Record] Deprecate `to_keywords`, `getter` and `list getter` functionalities in `defrecordp`
21
+
*[Kernel] Deprecated `@behavior` in favor of `@behaviour`
22
+
*[Record]`to_keywords`, `getter` and `list getter` functionalities in `defrecordp` are deprecated
23
+
*[Record]`Record.import/2` is deprecated
21
24
22
25
* Backwards incompatible changes
23
26
*[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
0 commit comments