Update CHANGELOG

This commit is contained in:
Mitchell Hashimoto 2013-07-14 12:30:09 +09:00
parent 839045264e
commit 4f4af1621f
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.