From 135027986c19da8f023828779c4f7fac6e546bfe Mon Sep 17 00:00:00 2001 From: Myron Marston Date: Tue, 6 Dec 2016 21:27:13 -0800 Subject: [PATCH] Mention new IO.inspect/2 :label option in changelog. --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a98c453284..a69c1c4e533 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -127,6 +127,7 @@ It is also possible to install escripts and archives by providing a Git/GitHub r * [Inspect] Support syntax coloring via the `:syntax_color` option * [Integer] `Integer.digits/2` now accepts negative integers * [Integer] Add `Integer.mod/2` and `Integer.floor_div/2` + * [IO] Add `:label` option to `IO.inspect/2` to help distinguish multiple `IO.inspect/2` calls. * [Kernel] Recognize merge conflict markers in source and provide a readable error message * [Kernel] Warn on unused module attributes * [Kernel] Improve compiler message on unexpected end of line