From 30d5ff5408ea1b0feab8f5ee245760a72b9e2999 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Thu, 8 Aug 2013 22:53:33 -0700 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6536e2c7c..805041343 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,8 @@ 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. +* The `amazon` builders (all of them) can now have attributes of their + resulting AMIs modified, such as access permissions and product codes. ## 0.2.3 (August 7, 2013)