We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d32ad19 commit ca7f09aCopy full SHA for ca7f09a
CHANGELOG.md
@@ -127,6 +127,7 @@ It is also possible to install escripts and archives by providing a Git/GitHub r
127
* [Inspect] Support syntax coloring via the `:syntax_color` option
128
* [Integer] `Integer.digits/2` now accepts negative integers
129
* [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.
131
* [Kernel] Recognize merge conflict markers in source and provide a readable error message
132
* [Kernel] Warn on unused module attributes
133
* [Kernel] Improve compiler message on unexpected end of line
0 commit comments