Update CHANGELOG.md

This commit is contained in:
Alisdair McDiarmid 2020-06-29 15:29:55 -04:00 committed by GitHub
parent df82796550
commit 098428df61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ BUG FIXES:
* configs: Fix panic for invalid resource provider [GH-25408]
* core: Hide empty plans for misbehaving data sources [GH-25302]
* provider/terraform: Don't change non-computed attribute, which result in a perpetual diff [GH-25297]
* terraform: Relax import-specific provider configuration constraints, to permit any values that can be evaluated statically [GH-25420]
* vendor: The `merge` function will no longer panic if all given maps are empty [GH-25303]
* vendor: The various set-manipulation functions, like `setunion`, will no longer panic if given an unknown set value [GH-25318]