From 3ca085c2c1b1d34cb02a1d8dd76c7eb6ec72fffe Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Fri, 9 Aug 2013 15:56:52 -0700 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 805041343..3803c611f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,10 @@ BACKWARDS INCOMPATIBILITIES: FEATURES: +* **User Variables** allow you to specify variables within your templates + 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. * 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.