Update CHANGELOG.md

This commit is contained in:
Mitchell Hashimoto 2016-08-26 13:29:19 -07:00 committed by GitHub
parent 4e7f2dd01e
commit 2eeaac03c5
1 changed files with 5 additions and 0 deletions

View File

@ -1,4 +1,8 @@
## 0.7.3 (Unreleased)
BACKWARDS INCOMPATIBILITIES / NOTES:
* The internal structure of `.terraform/modules` changed slightly. For configurations with modules, you'll need to run `terraform get` again.
FEATURES:
* **New Resource:** `aws_default_route_table` [GH-8323]
@ -8,6 +12,7 @@ IMPROVEMENTS:
BUG FIXES:
* core: JSON configuration with resources with a single key parse properly [GH-8485]
* core: States with duplicate modules are detected and an error is shown [GH-8463]
* core: Changing a module source from file to VCS no longer errors [GH-8398]
* provider/aws: Stop `aws_instance` `source_dest_check` triggering an API call on each terraform run [GH-8450]
* provider/aws: If an `aws_security_group` was used in Lambda function it may have prevented you from destroying such SG due to dangling ENIs created by Lambda service. These ENIs are now automatically cleaned up prior to SG deletion [GH-8033]
* provider/aws: `aws_volume_attachment` detachment errors are caught [GH-8479]