Update CHANGELOG.md

This commit is contained in:
Martin Atkins 2019-08-06 11:53:39 -07:00 committed by GitHub
parent 135afaeb9c
commit 869ac3359a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,8 @@
## 0.12.7 (Unreleased)
NEW FEATURES:
* New functions `regex` and `regexall` allow applying a regular expression pattern to a string and retrieving any matching substring(s) [GH-22353]
ENHANCEMENTS:
* lang/funcs: `lookup()` can work with maps of lists, maps and objects [GH-22269]