From cdb25bc735b95f0a243018a0dead7024c50c5ca9 Mon Sep 17 00:00:00 2001 From: James Bardin Date: Tue, 21 Jul 2020 10:58:19 -0400 Subject: [PATCH] update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 81ff9b744..b12a1ffe1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ BUG FIXES: * core: Prevent outputs from being evaluated during destroy [GH-25500] * core: Fix the pruning of temporary values from the root module which will fail to evaluate during destroy [GH-25543] * core: Don't create redundant dependency edges between objects in different instances of the same module. [GH-25599] +* core: Prevent quadratic memory usage with large numbers of instances by not storing the complete resource state in each instance [GH-25544] +* core: Fix errors and remove cycles when a provider configuration references resources during a full destroy, and fix empty evaluation results when using self references in a destroy provisioner. [GH-25681] ## 0.13.0-beta3 (July 01, 2020)