Update CHANGELOG.md

This commit is contained in:
Radek Simko 2019-01-16 19:31:28 +00:00 committed by GitHub
parent aaf4319953
commit 2ad9f0513a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@ BUG FIXES:
* command/format: Fix rendering of force-new updates [GH-19609] * command/format: Fix rendering of force-new updates [GH-19609]
* command/providers: Support `-no-color` argument to `terraform providers`, which was previously incorrectly returning an error [GH-19671] * command/providers: Support `-no-color` argument to `terraform providers`, which was previously incorrectly returning an error [GH-19671]
* helper/schema: Fix setting a set in a list [GH-19552] * helper/schema: Fix setting a set in a list [GH-19552]
* states/statemgr: Avoid HTML escaping when printing LockInfo [GH-20005]
* core: Correct errors when referencing a resource containing count without an index [GH-19674] * core: Correct errors when referencing a resource containing count without an index [GH-19674]
* core: Fix occasional invalid provider errors when scaling down a counted datasource [GH-19676] * core: Fix occasional invalid provider errors when scaling down a counted datasource [GH-19676]
* core: Fix crash when applying a stored plan containing destroys [GH-19726] * core: Fix crash when applying a stored plan containing destroys [GH-19726]