From 65f5069616b4eb073ff95d85dbdf92c8c2daa8ed Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Tue, 7 Oct 2014 21:27:02 -0700 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 24d8b7124..e04249164 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,8 @@ FEATURES: variables). * The current index for a resource with a `count` set can be interpolated using `${count.index}`. + * Various paths can be interpolated with the `path.X` variables. For example, + the path to the current module can be interpolated using `${path.module}`. IMPROVEMENTS: