Update CHANGELOG
This commit is contained in:
parent
e66208c239
commit
ac0d894028
12
CHANGELOG.md
12
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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue