From 0826220d0962b17ac6c9667855249f122c6fd99a Mon Sep 17 00:00:00 2001 From: Paul Hinze Date: Wed, 20 Jan 2016 16:52:24 -0600 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index beb3a0143..4d97bd9fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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: