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
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,6 +50,7 @@
50
50
*[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
51
51
*[Kernel]`to_binary/1` is deprecated in favor of `to_string/1`
52
52
*[Kernel] Deprecate `def/4` and friends in favor of `def/2` with unquote and friends
53
+
*[Kernel] Deprecate `%b` and `%B` in favor of `%s` and `%S`
53
54
*[List]`List.concat/2` is deprecated in favor of `Enum.concat/2`
54
55
*[Macro]`Macro.unescape_binary/1` and `Macro.unescape_binary/2` are deprecated in favor of `Macro.unescape_string/1` and `Macro.unescape_string/2`
55
56
*[Mix]`:umbrella` option for umbrella paths has been deprecated in favor of `:in_umbrella`
0 commit comments