update CHANGELOG.md

This commit is contained in:
James Bardin 2019-06-10 16:24:05 -04:00
parent ef42be745c
commit 5a3b6a0519
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ NEW FEATURES:
* `range` function for generating a sequence of numbers as a list [GH-21461] * `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] * `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] * `uuidv5` function for generating name-based (as opposed to pseudorandom) UUIDs [GH-21244]
* backend/oss: Add support for Alibaba OSS remote state [GH-16927]
ENHANCEMENTS: ENHANCEMENTS: