Skip to content

Commit ed79d60

Browse files
author
José Valim
committed
Update CHANGELOG
1 parent 42d3781 commit ed79d60

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
@@ -4,6 +4,7 @@
44

55
* Enhancements
66
* [IEx] Support `--werl` call on Windows
7+
* [Logger] Add `Logger`
78
* [Map] Add `Map.from_struct/1`
89
* [Mix] Allow `--app` flag to be passed to `mix new`
910
* [Mix] Support lowercase `http(s)_proxy` environment variables
@@ -18,8 +19,6 @@
1819
* [Regex] Do not consider subpatterns on `Regex.split/3`
1920
* [Stream] Implement the Inspect protocol for Streams so we do not leak the Stream representation
2021

21-
* Soft deprecations (no warnings emitted)
22-
2322
* Deprecations
2423
* [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
2524
* [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 @@
2928
* [String] `\NNN`, `\NN` and `\N` for octals are deprecated inside string, sigils and chars in favor of hexadecimal entries with `\x`
3029

3130
* Backwards incompatible changes
31+
* [Kernel] `binding/1` and `binding/2` expecting a list were removed
3232

3333
## v0.14.3 (2014-07-12)
3434

0 commit comments

Comments
 (0)