From 758322a1f84d6b5fe6cc7214c733fea783fe28d9 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Wed, 23 Nov 2016 08:29:13 -0800 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e97877d0e..89fc5e44a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ BACKWARDS INCOMPATIBILITIES / NOTES: * The chef provider now accepts `key_material` as an alternative to `private_key_pem`. `private_key_pem` will be deprecated in a future release + * The `template_file` resource no longer accepts a file path for the `template` attribute. You may still specify a file path with the `filepath` attribute. This was deprecated during 0.7.x. FEATURES: * core: allow outputs to have descriptions [GH-9722] @@ -33,6 +34,7 @@ BUG FIXES: * core: Remove extra dot from state command backup files [GH-10300] * provider/aws: Skip VPC endpoint routes when removing default route table's routes [GH-10303] * provider/azurerm: Prevent null reference when reading boot_diagnostics settings in azurerm_virtual_machine [GH-10283] + * provider/template: No file path error when setting template to `/` [GH-10297] PLUGIN CHANGES: