Update CHANGELOG.md

This commit is contained in:
Paul Hinze 2016-01-20 16:52:24 -06:00
parent efaa37b5d5
commit 0826220d09
1 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,8 @@ BACKWARDS INCOMPATIBILITIES:
* The `-module-depth` flag available on `plan`, `apply`, `show`, and `graph` now defaults to `-1`, causing
resources within modules to be expanded in command output. This is only a cosmetic change; it does not affect
any behavior.
* This release includes a bugfix for `$${}` interpolation escaping. These strings are now properly converted to `${}`
during interpolation. This may cause diffs on existing configurations in certain cases.
FEATURES: