Update CHANGELOG

This commit is contained in:
Mitchell Hashimoto 2014-09-08 13:47:53 -07:00
parent 4ee978ca27
commit a8c4bb4464
1 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,8 @@ FEATURES:
* core: Plugins are automatically discovered if they're named properly.
Packer will look in the PWD and the directory with `packer` for
binaries named `packer-TYPE-NAME`.
* core: Plugins placed in `~/.packer.d/plugins` are now automatically
discovered.
* builder/amazon: Spot instances can now be used to build EBS backed and
instance store images. [GH-1139]
* builder/docker: Images can now be committed instead of exported. [GH-1198]