Update CHANGELOG

This commit is contained in:
Mitchell Hashimoto 2014-10-10 16:09:34 -07:00
parent 3a107d2e50
commit ad20bbe6f2
1 changed files with 2 additions and 0 deletions

View File

@ -54,6 +54,8 @@ BUG FIXES:
* core: In the case of error, walk all non-dependent trees.
* core: Plugin loading from CWD works properly.
* core: Fix many edge cases surrounding the `count` meta-parameter.
* core: Strings in the configuration can escape double-quotes with the
standard `\"` syntax.
* providers/aws: autoscaling_group can be launched into a vpc [GH-259]
* providers/aws: not an error when RDS instance is deleted manually. [GH-307]
* providers/aws: Retry deleting subnet for some time while AWS eventually