Update CHANGELOG

This commit is contained in:
Mitchell Hashimoto 2014-10-07 21:27:02 -07:00
parent e922b16dba
commit 65f5069616
1 changed files with 2 additions and 0 deletions

View File

@ -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: