update CHANGELOG

This commit is contained in:
Mitchell Hashimoto 2015-02-27 22:55:37 -08:00
parent f4de5732b4
commit a0b9dc32c8
1 changed files with 2 additions and 0 deletions

View File

@ -29,6 +29,8 @@ BUG FIXES:
provisioners. [GH-795][GH-868]
* core: Validate that `depends_on` doesn't contain interpolations. [GH-1015]
* core: Module inputs can be non-strings. [GH-819]
* core: Fix invalid plan that resulted in "diffs don't match" error when
a computed attribute was used as part of a set parameter. [GH-1073]
* providers/aws: manually deleted VPC removes it from the state
* providers/aws: `source_dest_check` regression fixed (now works). [GH-1020]
* providers/digitalocean: Waits until droplet is ready to be destroyed [GH-1057]