update CHANEGLOG

This commit is contained in:
Mitchell Hashimoto 2015-02-23 13:49:12 -08:00
parent 87ecf4f40d
commit e9adc078c2
1 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,8 @@ IMPROVEMENTS:
BUG FIXES:
* core: module outputs can be used as inputs to other modules [GH-822]
* core: Self-referencing splat variables are no longer allowed in
provisioners. [GH-795][GH-868]
* providers/aws: manually deleted VPC removes it from the state
* providers/aws: `source_dest_check` regression fixed (now works). [GH-1020]