Update CHANGELOG.md

This commit is contained in:
Paul Hinze 2015-04-15 12:05:39 -05:00
parent 5874fa06ff
commit 4ef208d81b
1 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,8 @@
IMPROVEMENTS:
* core: Improve error message on diff mismatch [GH-1501]
* **New config function: `length`** - Get the length of a string or a list.
Useful in conjunction with `split`. [GH-1495]
BUG FIXES: