update CHANGELOG

This commit is contained in:
Mitchell Hashimoto 2015-03-27 12:14:56 -07:00
parent 02ec8772c0
commit ce29a87f85
1 changed files with 2 additions and 0 deletions

View File

@ -55,6 +55,8 @@ BUG FIXES:
a computed attribute was used as part of a set parameter. [GH-1073]
* core: Fix edge case where state containing both "resource" and
"resource.0" would ignore the latter completely. [GH-1086]
* core: Modules with a source of a relative file path moving up
directories work properly, i.e. "../a" [GH-1232]
* providers/aws: manually deleted VPC removes it from the state
* providers/aws: `source_dest_check` regression fixed (now works). [GH-1020]
* providers/aws: Longer wait times for DB instances.