From efaa37b5d5c76a4f9a56e536802e2f9bce6a3a0f Mon Sep 17 00:00:00 2001 From: Paul Hinze Date: Wed, 20 Jan 2016 16:49:44 -0600 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 693f7a5621..beb3a01439 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -54,6 +54,7 @@ BUG FIXES: * core: Fix handling of literals with escaped interpolations `$${var}` [GH-4747] * core: Fix diff mismatch when RequiresNew field and list both change [GH-4749] * core: Respect module target path argument on `terraform init` [GH-4753] + * core: Write planfile even on empty plans [GH-4766] * 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]