From 87ca9c654210974a0f866e9b9f7ea341530f77c0 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Mon, 12 Aug 2013 00:02:25 -0700 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 62e862b61..0af71267c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,8 @@ FEATURES: that can be replaced using the command-line, files, or environmental variables. This dramatically improves the portability of packer templates. 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, so things like `{{timestamp}}` can be used everywhere. More features will be added in the future.