update CHANGELOG

This commit is contained in:
Mitchell Hashimoto 2016-11-14 11:56:25 -08:00
parent aaf1ad0532
commit 7fbd880390
No known key found for this signature in database
GPG Key ID: 744E147AA52F5B0A
1 changed files with 10 additions and 0 deletions

View File

@ -1,6 +1,16 @@
## 0.8.0-beta2 (unreleased)
FEATURES:
* **New command:** `terraform console`, an interactive console for experimenting
with and using interpolations. [GH-10093]
* **Terraform version requirement in configuration.** You can now specify
a Terraform version requirement in configuration and modules. [GH-10080]
* **`depends_on` can reference modules.** This allows a resource or output
to depend on everything within a module. [GH-10076]
* **`output` supports `depends_on`.** This is useful when the output depends
on a certain ordering to happen that can't be represented with interpolations.
[GH-10072]
## 0.8.0-beta1 (November 11, 2016)