From beb58f57775a9a3fa3fb4dc138db623093616612 Mon Sep 17 00:00:00 2001 From: Lars Wander Date: Mon, 5 Sep 2016 12:48:00 -0400 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7bc0406ac..06dd8e9df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ ## 0.7.4 (Unreleased) +FEATURES: + +IMPROVEMENTS: + * provider/google: Resources depending on the `network` attribute can now reference the network by `self_link` or `name` ([#8639](https://github.com/hashicorp/terraform/issues/8639)) + +BUG FIXES: ## 0.7.3 (September 5, 2016) @@ -41,7 +47,6 @@ IMPROVEMENTS: * provider/aws: Support for lifecycle hooks at ASG creation ([#5620](https://github.com/hashicorp/terraform/issues/5620)) * provider/consul: Make provider settings truly optional ([#8551](https://github.com/hashicorp/terraform/issues/8551)) * provider/statuscake: Add support for contact-group id in statuscake test ([#8417](https://github.com/hashicorp/terraform/issues/8417)) - * provider/google: Resources depending on the `network` attribute can now reference the network by `self_link` or `name`. ([#8639](https://github.com/hashicorp/terraform/issues/8639)) BUG FIXES: * core: Changing a module source from file to VCS no longer errors ([#8398](https://github.com/hashicorp/terraform/issues/8398))