From fda3912a70411995bb701b762f25e2339cc2f449 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Fri, 4 Nov 2016 08:53:01 -0700 Subject: [PATCH] update CHANGELOG --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9728c9df0..64aff764b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,11 @@ IMPROVEMENTS: BUG FIXES: * core: Provisioners in modules do not crash during `apply` (regression). [GH-9846] + * core: Computed bool fields with non-bool values will not crash [GH-9812] + * core: `formatlist` interpolation function accepts an empty list [GH-9795] + * core: Validate outputs have a name [GH-9823] + * core: Validate variables have a name [GH-9818] + * command/apply: If a partial set of required variables are provided with `-var`, ask for the remainder [GH-9794] * command/fmt: Multiline strings aren't erroneously indented [GH-9859] * provider/aws: Fix issue setting `certificate_upload_date` in `aws_api_gateway_domain_name` [GH-9815] * provider/azurerm: allow storage_account resource with name "$root" [GH-9813] @@ -26,6 +31,10 @@ BUG FIXES: * provider/openstack: Don't pass `shared` in FWaaS Policy unless it's set [GH-9830] * provider/openstack: openstack_fw_firewall_v1 `admin_state_up` should default to true [GH-9832] +PLUGIN CHANGES: + + * Fields in resources can now have both `Optional` and `ConflictsWith` [GH-9825] + ## 0.7.8 (November 1, 2016) BACKWARDS INCOMPATIBILITIES / NOTES: