diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a8021318..a405fbb09 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -59,6 +59,7 @@ BUG FIXES: * core: Improve handling of Provisioners in the graph, fixing "Provisioner already initialized" errors [GH-4877] * core: Skip `create_before_destroy` processing during a `terraform destroy`, solving several issues preventing `destroy` from working properly with CBD resources [GH-5096] + * core: Error instead of panic on self var in wrong scope [GH-5273] * provider/aws: Fix Copy of Tags to DB Instance when created from Snapshot [GH-5197] * provider/aws: Fix DynamoDB Table Refresh to ensure deleted tables are removed from state [GH-4943] * provider/aws: Fix ElasticSearch `domain_name` validation [GH-4973]