update CHANGELOG.md

This commit is contained in:
James Bardin 2018-12-18 16:18:10 -05:00
parent b45fef91ea
commit 9a34f14c60
1 changed files with 2 additions and 0 deletions

View File

@ -21,6 +21,8 @@ BUG FIXES:
* 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]
* helper/schema: Fix setting a set in a list [GH-19552]
* 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]
## 0.12.0-alpha4 (December 7, 2018)
NOTES: