From b3a49a2fa7e8560a1566dcbe95291787039a8a48 Mon Sep 17 00:00:00 2001 From: kmoe <5575356+kmoe@users.noreply.github.com> Date: Fri, 28 Apr 2023 09:52:31 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d10457cc62..96a30846af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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: