update CHANGELOG

This commit is contained in:
Mitchell Hashimoto 2015-03-26 17:58:27 -07:00
parent 4a7b554cf7
commit 37d29c6994
1 changed files with 2 additions and 0 deletions

View File

@ -40,6 +40,8 @@ IMPROVEMENTS:
like refresh.
* core: Autoload `terraform.tfvars.json` as well as `terraform.tfvars` [GH-1030]
* core: `.tf` files that start with a period are now ignored. [GH-1227]
* command/remote-config: After enabling remote state, a `pull` is
automatically done initially.
* providers/google: Add `size` option to disk blocks for instances. [GH-1284]
BUG FIXES: