From 371c96c1a126f3cb467e7c59d195abeace13d751 Mon Sep 17 00:00:00 2001 From: James Bardin Date: Fri, 25 Oct 2024 11:59:30 -0400 Subject: [PATCH] update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 96306a7186..1da0f7863a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ BUG FIXES: - Unencoded slashes within GitHub module source refs were being truncated and incorrectly used as subdirectories in the request path ([#35552](https://github.com/hashicorp/terraform/issues/35552)) - Terraform refresh-only plans with output only changes are now applyable. ([#35812](https://github.com/hashicorp/terraform/issues/35812)) - Postconditions referencing `self` with many instances could encounter an error during evaluation [GH-35895] +- The `plantimestamp()` function would return an invalid date during validation [GH-35902] ENHANCEMENTS: