From d14e713c5125ad1d8796ee9e747c732abdf4759d Mon Sep 17 00:00:00 2001 From: James Bardin Date: Wed, 24 Jul 2024 16:42:46 -0400 Subject: [PATCH] update CHANGELOG.md --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 549bf82a43..9fa8b95203 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,11 @@ BUG FIXES: - The error message for an invalid default value for an input variable now indicates when the problem is with a nested value in a complex data type. [GH-35465] +- Sensitive marks could be incorrectly transferred to nested resource values, causing erroneous changes during a plan [GH-35501] + +ENHANCEMENTS: + +- The `element` function now accepts negative indices [GH-35501] EXPERIMENTS: