Update CHANGELOG

This commit is contained in:
Mitchell Hashimoto 2014-09-30 13:22:01 -07:00
parent a621525741
commit 61a4ac7938
1 changed files with 2 additions and 0 deletions

View File

@ -14,6 +14,8 @@ FEATURES:
* The state file format is now JSON rather than binary. This allows for
easier machine and human read/write. Old binary state files will be
automatically upgraded.
* You can now specify `create_before_destroy` as an option for replacement
so that new resources are created before the old ones are destroyed.
IMPROVEMENTS: