From dfbea5e683c435748c530d6a95147f2bf3a533e8 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Tue, 30 Jul 2013 22:42:40 -0700 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ec1af733a..ee60b8256 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ ## 0.2.2 (unreleased) +FEATURES: + +* New builder: `amazon-chroot` can create EBS-backed AMIs without launching + a new EC2 instance. This can shave minutes off of the AMI creation process. + See the docs for more info. + BUG FIXES: * builder/virtualbox,vmware: relative paths work properly as URL