Skip to content

Commit ca7f09a

Browse files
myronmarstonjosevalim
authored andcommitted
Mention new IO.inspect/2 :label option in changelog (#5547)
1 parent d32ad19 commit ca7f09a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ It is also possible to install escripts and archives by providing a Git/GitHub r
127127
* [Inspect] Support syntax coloring via the `:syntax_color` option
128128
* [Integer] `Integer.digits/2` now accepts negative integers
129129
* [Integer] Add `Integer.mod/2` and `Integer.floor_div/2`
130+
* [IO] Add `:label` option to `IO.inspect/2` to help distinguish multiple `IO.inspect/2` calls.
130131
* [Kernel] Recognize merge conflict markers in source and provide a readable error message
131132
* [Kernel] Warn on unused module attributes
132133
* [Kernel] Improve compiler message on unexpected end of line

0 commit comments

Comments
 (0)