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
@@ -22,6 +22,7 @@
22
22
* Deprecations
23
23
*[IEx] IEx color configuration expects a list of atoms instead of a string with colors separated by comma
24
24
*[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
+
*[IO]`IO.ANSI.terminal?` is deprecated in favor of `IO.ANSI.enabled?`
25
26
*[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`
26
27
*[Kernel] Leading `0` for octals is deprecated in favor of `0o`
27
28
*[Kernel]`0X` for hexadecimals is deprecated in favor of `0x`
0 commit comments