Update CHANGELOG.md

This commit is contained in:
Kristin Laemmert 2019-04-17 13:50:02 -04:00 committed by GitHub
parent 9605b093d9
commit 83dea200c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -93,6 +93,7 @@ BUG FIXES:
* command/format: Fix rendering of force-new updates ([#19609](https://github.com/hashicorp/terraform/issues/19609))
* command/format: Fix rendering of nested (JSON) object ([#20071](https://github.com/hashicorp/terraform/issues/20071))
* command/format: Fix rendering of unknown elements in set/map/list ([#20067](https://github.com/hashicorp/terraform/issues/20067))
* command/graph: Honor user-supplied plugin path [#18083]
* command/init: Fix plugin installer using wrong protocol causing incompatiable API version with plugin ([#19221](https://github.com/hashicorp/terraform/issues/19221))
* command/providers: Support `-no-color` argument to `terraform providers`, which was previously incorrectly returning an error ([#19671](https://github.com/hashicorp/terraform/issues/19671))
* helper/schema: Fix setting a set in a list ([#19552](https://github.com/hashicorp/terraform/issues/19552))