update CHANGELOG.md

This commit is contained in:
James Bardin 2020-07-21 10:58:19 -04:00
parent 6a247dfbaa
commit cdb25bc735
1 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,8 @@ BUG FIXES:
* core: Prevent outputs from being evaluated during destroy [GH-25500] * 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: 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: 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) ## 0.13.0-beta3 (July 01, 2020)