diff --git a/CHANGELOG.md b/CHANGELOG.md index 0cf4f2c46..b1a6f5874 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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: