From da63d200c9312e041fc7618e2a8e3b78185f4e7b Mon Sep 17 00:00:00 2001 From: Paul Hinze Date: Mon, 3 Aug 2015 15:59:59 -0500 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 949ba208e..4d30ff7e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -54,7 +54,7 @@ IMPROVEMENTS: BUG FIXES: - * core: don't prompt for variables with defaults [GH-2613] + * core: Don't prompt for variables with defaults [GH-2613] * core: Return correct number of planned updates [GH-2620] * core: Fix "provider not found" error that can occur while running a destroy plan with grandchildren modules [GH-2755] @@ -64,6 +64,7 @@ BUG FIXES: are properly destroyed up to arbitrary depth [GH-2786] * core: Fix "attribute not available" during destroy plans in cases where the parameter is passed between modules [GH-2775] + * core: Record schema version when destroy fails [GH-2923] * connection/ssh: fix issue on machines with an SSH Agent available preventing `key_file` from being read without explicitly setting `agent = false` [GH-2615]