Update CHANGELOG.md

This commit is contained in:
Mitchell Hashimoto 2016-12-14 21:52:04 -08:00 committed by GitHub
parent 5909244a69
commit 4755e217a6
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ BUG FIXES:
* core: Handle whitespace around the key in the `-var` flag. [GH-10717]
* core: `terraform` block works in the presence of `_override` files [GH-10715]
* core: Fix error when a provider in a module only referenced a variable [GH-10719]
* core: Destroy ordering for resources that depend on each other across modules is correct [GH-745]
DEPRECATION REMOVALS: