Update CHANGELOG.md

This commit is contained in:
Martin Atkins 2017-08-23 09:34:54 -07:00 committed by GitHub
parent b6a464c521
commit fca841a379
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ NEW FEATURES:
* **`base64gzip` interpolation function**: compresses a string with gzip and then base64-encodes the result [GH-3858]
* **`flatten` interpolation function**: turns a list of lists, or list of lists of lists, etc into a flat list of primitive values [GH-15278]
* **`urlencode` interpolation function**: applies standard URL encoding to a string so that it can be embedded in a URL without making it invalid and without any of the characters being interpreted as part of the URL structure [GH-15871]
* **`salt-masterless` provisioner**: runs Salt in masterless mode on a target server [GH-14720]
IMPROVEMENTS: