Update CHANGELOG.md
This commit is contained in:
parent
b6a464c521
commit
fca841a379
|
@ -10,6 +10,7 @@ NEW FEATURES:
|
||||||
* **`base64gzip` interpolation function**: compresses a string with gzip and then base64-encodes the result [GH-3858]
|
* **`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]
|
* **`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]
|
* **`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:
|
IMPROVEMENTS:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue