update CHANGELOG

This commit is contained in:
Mitchell Hashimoto 2016-10-20 15:21:46 -07:00
parent 2c1a21a8ef
commit 293e214e3e
No known key found for this signature in database
GPG Key ID: 744E147AA52F5B0A
1 changed files with 15 additions and 9 deletions

View File

@ -1,14 +1,20 @@
## 0.7.8 (Unreleased)
BUG FIXES:
FEATURES:
* provider/aws: Fix issue importing AWS Instances and setting the correct `associate_public_ip_address` value [GH-9453]
* provider/datadog: Ignore float/int diffs on thresholds [GH-9466]
* **Experimental new apply graph:** `terraform apply` is getting a new graph
creation process for 0.8. This is now available behind a flag `-Xnew-apply`
(on any command). This will become the default in 0.8. There may still be
bugs. [GH-9388]
IMPROVEMENTS:
* provider/aws: No longer require `route_table_ids` list in `aws_vpc_endpoint` resources [GH-9357]
BUG FIXES:
* provider/aws: Fix issue importing AWS Instances and setting the correct `associate_public_ip_address` value [GH-9453]
* provider/datadog: Ignore float/int diffs on thresholds [GH-9466]
## 0.7.7 (October 18, 2016)