Update CHANGELOG.md
This commit is contained in:
parent
135afaeb9c
commit
869ac3359a
|
@ -1,5 +1,8 @@
|
||||||
## 0.12.7 (Unreleased)
|
## 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:
|
ENHANCEMENTS:
|
||||||
* lang/funcs: `lookup()` can work with maps of lists, maps and objects [GH-22269]
|
* lang/funcs: `lookup()` can work with maps of lists, maps and objects [GH-22269]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue