Update CHANGELOG.md

This commit is contained in:
Martin Atkins 2019-06-07 14:40:45 -07:00 committed by GitHub
parent aa07806bfc
commit 89aa62c75d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ NEW FEATURES:
* `range` function for generating a sequence of numbers as a list [GH-21461]
* `yamldecode` and *experimental* `yamlencode` functions for working with YAML-serialized data [GH-21459]
* `uuidv5` function for generating name-based (as opposed to pseudorandom) UUIDs [GH-21244]
ENHANCEMENTS: