Update CHANGELOG

This commit is contained in:
Mitchell Hashimoto 2013-08-12 00:02:25 -07:00
parent 1f4e633eff
commit 87ca9c6542
1 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,8 @@ FEATURES:
that can be replaced using the command-line, files, or environmental that can be replaced using the command-line, files, or environmental
variables. This dramatically improves the portability of packer templates. variables. This dramatically improves the portability of packer templates.
See the documentation for more information. See the documentation for more information.
* **Machine-readable output** can be enabled by passing the
`-machine-readable` flag to _any_ Packer command.
* All strings in a template are now processed for variables/functions, * All strings in a template are now processed for variables/functions,
so things like `{{timestamp}}` can be used everywhere. More features will so things like `{{timestamp}}` can be used everywhere. More features will
be added in the future. be added in the future.