Update CHANGELOG.md

This commit is contained in:
kmoe 2023-04-28 09:52:31 +01:00 committed by GitHub
parent 19423e0a46
commit b3a49a2fa7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,6 +11,8 @@ NEW FEATURES:
This allows practitioners to continually validate the state of their infrastructure outside the usual lifecycle management cycle.
* Adds a new `plantimestamp` function that returns the timestamp at plan time. This is similar to the `timestamp` function which returns the timestamp at apply time.
* Adds a new `strcontains` function that checks whether a given string contains a given substring. [GH-33069]
UPGRADE NOTES: