Update CHANGELOG.md

This commit is contained in:
Liam Cervante 2023-02-07 09:06:02 +01:00 committed by GitHub
parent 6ad7c8ba9b
commit 5264510c79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,6 +23,7 @@ BUG FIXES:
* Terraform would always plan changes when using a nested set attribute [GH-32536]
* Terraform can now better detect when complex optional+computed object attributes are removed from configuration [GH-32551]
* A new methodology for planning set elements can now better detect optional+computed changes within sets [GH-32563]
* Fix state locking and releasing messages when in `-json` mode, messages will now be written in JSON format [GH-32451]
ENHANCEMENTS: