From 902096034c06b56a144388d048ca69e649767b4f Mon Sep 17 00:00:00 2001 From: Paul Hinze Date: Tue, 19 Jan 2016 18:29:46 -0600 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f65ee5b59..0c336f769 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -41,7 +41,8 @@ IMPROVEMENTS: BUG FIXES: - * core: Fix handling of literals with escaped interpolations ($$) [GH-4747] + * core: Fix handling of literals with escaped interpolations `$${var}` [GH-4747] + * core: Fix diff mismatch when RequiresNew field and list both change [GH-4749] * config: Detect a specific JSON edge case and show a helpful workaround [GH-4746] * provider/openstack: Ensure valid Security Group Rule attribute combination [GH-4466] * provider/openstack: Don't put fixed_ip in port creation request if not defined [GH-4617]