update CHANGELOG

This commit is contained in:
Mitchell Hashimoto 2015-04-07 17:57:52 -07:00
parent 3a3cae9c9c
commit 3fb138201f
1 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,8 @@
BUG FIXES:
* core: module paths in ".terraform" are consistent across different
systems so copying your ".terraform" folder works. [GH-1418]
* command/push: don't ask for input if terraform.tfvars is present
* command/remote-config: remove spurrious error "nil" when initializing
remote state on a new configuration. [GH-1392]