From 23285aed7628a8ed791b39032cbc61e7652738f7 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Thu, 2 Oct 2014 22:23:44 -0700 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d13e6565..4b35e99d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,8 @@ FEATURES: so that new resources are created before the old ones are destroyed. * The `count` metaparameter can now contain interpolations (such as variables). + * The current index for a resource with a `count` set can be interpolated + using `${count.index}`. IMPROVEMENTS: