Update CHANGELOG

This commit is contained in:
Mitchell Hashimoto 2015-01-26 18:20:42 -08:00
parent 703a11ed7e
commit c49ae2baa0
1 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,8 @@ IMPROVEMENTS:
* core: Strings in interpolations can now contain further interpolations,
e.g.: `foo ${bar("${baz}")}`.
* provider/aws: Internet gateway supports tags [GH-720]
* provider/aws: Support the more standard environmental variable names
for access key and secret keys. [GH-851]
BUG FIXES: