update CHANGELOG

This commit is contained in:
Mitchell Hashimoto 2016-11-09 15:14:33 -08:00
parent ec55cecc70
commit 695bd6d2c8
No known key found for this signature in database
GPG Key ID: 744E147AA52F5B0A
1 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,8 @@ BACKWARDS INCOMPATIBILITIES / NOTES:
FEATURES: FEATURES:
* **New provider:** `vault` [GH-9158] * **New provider:** `vault` [GH-9158]
* The `import` command will now read provider configuration from Terraform
configuration files (including loading tfvars files and so on). [GH-9809]
* Providers and resources are now notified by Terraform core to "stop" when * Providers and resources are now notified by Terraform core to "stop" when
an interrupt is received, allowing resources to gracefully exit much, much an interrupt is received, allowing resources to gracefully exit much, much
faster. [GH-9607] faster. [GH-9607]