From 83dea200c0439cf1a0db28fbcd5568b97250f23c Mon Sep 17 00:00:00 2001 From: Kristin Laemmert Date: Wed, 17 Apr 2019 13:50:02 -0400 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a0041223..c53c85d3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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))