Skip to content

Commit 3de4cbb

Browse files
author
José Valim
committed
Update CHANGELOG
1 parent 0510512 commit 3de4cbb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,12 @@
4141
* [Enum] `Enum.join/2` and `Enum.map_join/3` with a char list are deprecated
4242
* [IO] `IO.stream(device)` and `IO.binstream(device)` are deprecated in favor of `IO.stream(device, :line)` and `IO.binstream(device, :line)`
4343
* [Kernel] `list_to_binary/1`, `binary_to_list/1` and `binary_to_list/3` are deprecated in favor of `String.from_char_list!/1` and `String.to_char_list!/1` for characters and `:binary.list_to_bin/1`, `:binary.bin_to_list/1` and `:binary.bin_to_list/3` for bytes
44+
* [Kernel] `to_binary/1` is deprecated in favor of `to_string/1`
4445
* [Macro] `Macro.unescape_binary/1` and `Macro.unescape_binary/2` are deprecated in favor of `Macro.unescape_string/1` and `Macro.unescape_string/2`
4546
* [Mix] `:umbrella` option for umbrella paths has been deprecated in favor of `:in_umbrella`
4647

4748
* backwards incompatible changes
49+
* [Kernel] `Binary.Chars` was renamed to `String.Chars`
4850
* [Kernel] The previous ambiguous import syntax `import :functions, Foo` was removed in favor of `import Foo, only: :functions`
4951
* [OptionParser] `parse` and `parse_head` now returns a tuple with three elements instead of two
5052

0 commit comments

Comments
 (0)