From 879cb2f8e60ecae8f83a3c49502c0fa6573bed07 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Thu, 2 Oct 2014 17:35:56 -0700 Subject: [PATCH] update CHANGELOG --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 23fc30245e..4d13e6565e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,8 @@ FEATURES: automatically upgraded. * You can now specify `create_before_destroy` as an option for replacement so that new resources are created before the old ones are destroyed. + * The `count` metaparameter can now contain interpolations (such as + variables). IMPROVEMENTS: