Update CHANGELOG

This commit is contained in:
Mitchell Hashimoto 2013-07-14 12:30:09 +09:00
parent 86db4eaa57
commit c62d7e2a3d
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ IMPROVEMENTS:
* everything: invalid keys in configuration are now considered validation
errors. [GH-104]
* amazon-ebs: Credentials will come from IAM role if available. [GH-160]
* amazon-ebs: Verify the source AMI is EBS-backed before launching. [GH-169]
* vmware: error if shutdown command has non-zero exit status.