Update CHANGELOG.md

This commit is contained in:
James Nugent 2015-11-23 16:33:31 +02:00
parent c74145f711
commit 6543b944b7
1 changed files with 1 additions and 0 deletions

View File

@ -63,6 +63,7 @@ BUG FIXES:
* `terraform remote config`: update `--help` output [GH-3632]
* core: modules on Git branches now update properly [GH-1568]
* core: Fix issue preventing input prompts for unset variables during plan [GH-3843]
* core: Fix issue preventing input prompts for unset variables during refresh [GH-4017]
* core: Orphan resources can now be targets [GH-3912]
* helper/schema: skip StateFunc when value is nil [GH-4002]
* provider/google: Timeout when deleting large instance_group_manager [GH-3591]