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
@@ -4,6 +4,7 @@
4
4
5
5
* Enhancements
6
6
*[IEx] Support `--werl` call on Windows
7
+
*[Logger] Add `Logger`
7
8
*[Map] Add `Map.from_struct/1`
8
9
*[Mix] Allow `--app` flag to be passed to `mix new`
9
10
*[Mix] Support lowercase `http(s)_proxy` environment variables
@@ -18,8 +19,6 @@
18
19
*[Regex] Do not consider subpatterns on `Regex.split/3`
19
20
*[Stream] Implement the Inspect protocol for Streams so we do not leak the Stream representation
20
21
21
-
* Soft deprecations (no warnings emitted)
22
-
23
22
* Deprecations
24
23
*[Inspect]`Inspect.Algebra.pretty/2` is deprecated in favor of `Inspect.Algebra.format/2` that instead returns iodata. This function was used only by documentation examples and it is unlikely to affect actual code
25
24
*[IO]`IO.ANSI.escape/2` and `IO.ANSI.escape_fragment/2` is deprecated in favor of `IO.ANSI.format/2` and `IO.ANSI.format_fragment/2`
@@ -29,6 +28,7 @@
29
28
*[String]`\NNN`, `\NN` and `\N` for octals are deprecated inside string, sigils and chars in favor of hexadecimal entries with `\x`
30
29
31
30
* Backwards incompatible changes
31
+
*[Kernel]`binding/1` and `binding/2` expecting a list were removed
0 commit comments