Update CHANGELOG.md

This commit is contained in:
Mitchell Hashimoto 2016-11-23 08:29:13 -08:00 committed by GitHub
parent 68c96e0ce5
commit 758322a1f8
1 changed files with 2 additions and 0 deletions

View File

@ -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: