Update CHANGELOG

This commit is contained in:
Mitchell Hashimoto 2013-08-08 17:26:46 -07:00
parent ffc73a2ffa
commit 9dc98a6a2a

View File

@ -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)