Update CHANGELOG.md

This commit is contained in:
Martin Atkins 2019-07-18 09:52:40 -07:00 committed by GitHub
parent 190ef537ec
commit 60c4d28573
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ ENHANCEMENTS:
BUG FIXES:
* backend/remote: fix conflict with normalized config dir and vcs root working directory [GH-22096]
* backend/remote: be transparent about what filesystem prefix Terraform is uploading to the remote system, and why it's doing that [GH-22121]
* configs: Ensure diagnostics are properly recorded from nested modules [GH-22098]
* core: Prevent inconsistent final plan error when using dynamic in a set-type block [GH-22057]
* lang/funcs: Allow null values in `compact` function [GH-22044]