Update CHANGELOG

This commit is contained in:
Mitchell Hashimoto 2014-09-04 18:08:23 -07:00
parent 5cb7355814
commit 5f5e94711c
1 changed files with 4 additions and 0 deletions

View File

@ -2,9 +2,13 @@
FEATURES:
* **New Post-Processor: `docker-save`** - Save an image. This is similar to
export, but preserves the image hierarchy.
* **New Post-Processor: `docker-tag`** - Tag a created image.
* 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`.
* builder/docker: Images can now be committed instead of exported. [GH-1198]
* builder/vmware: VMware Player 6 is now supported. [GH-1168]
IMPROVEMENTS: