Update CHANGELOG

This commit is contained in:
Mitchell Hashimoto 2014-01-19 20:49:17 -08:00
parent 3e85bc8bf8
commit 87f7ba6cdb
1 changed files with 7 additions and 0 deletions

View File

@ -1,5 +1,12 @@
## 0.5.2 (unreleased)
FEATURES:
* **New post-processor:** `docker-import` - Import a Docker image
and give it a specific repository/tag.
* **New post-processor:** `docker-push` - Push an imported image to
a registry.
IMPROVEMENTS:
* core: Most downloads made by Packer now use a custom user agent. [GH-803]