From 9dc98a6a2a2bc18f7707a699bcb1a0369cc0f256 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Thu, 8 Aug 2013 17:26:46 -0700 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e2da41bf4..6536e2c7c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,16 @@ -## 0.2.4 (unreleased) +## 0.3.0 (unreleased) +BACKWARDS INCOMPATIBILITIES: + +* All `{{.CreateTime}}` variables within templates (such as for AMI names) + are now replaced with `{{timestamp}}`. Run `packer fix` to fix your + templates. + +FEATURES: +* 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. ## 0.2.3 (August 7, 2013)