update CHANGELOG

This commit is contained in:
Mitchell Hashimoto 2015-04-30 13:26:42 -07:00
parent af5ac59188
commit 152298bcf0
1 changed files with 6 additions and 4 deletions

View File

@ -8,6 +8,8 @@ FEATURES:
* **Environmental variables to set variables**: Environment variables can be
used to set variables. The environment variables must be in the format
`TF_VAR_name` and this will be checked last for a value.
* **New remote state backend: `s3`**: You can now store remote state in
an S3 bucket. [GH-1723]
IMPROVEMENTS: