Update CHANGELOG.md

This commit is contained in:
Radek Simko 2018-11-06 11:19:34 +00:00 committed by GitHub
parent 7eae051a16
commit c795302ab2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ IMPROVEMENTS:
BUG FIXES:
* helper/schema: Prevent the insertion of empty diff values when converting legacy diffs [GH-19253]
* helper/schema: Fix timeout parsing during Provider.Diff (plan) [GH-19286]
* core: Fix inconsistent plans when replacing instances. [GH-19233]
* core: Correct handling of unknown values in module outputs during planning and final resolution of them during apply. [GH-19237]