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
23
23
* Deprecations
24
24
*[IEx] IEx color configuration expects a list of atoms instead of a string with colors separated by comma
25
+
*[Inspect]`Inspect.Algebra.surround_many/6` now expects Inspect.Opts instead of an integer limit
25
26
*[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
26
27
*[IO]`IO.ANSI.terminal?` is deprecated in favor of `IO.ANSI.enabled?`
27
28
*[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`
0 commit comments