From a18d76ef1ed7042e2714de243c88671357edfc91 Mon Sep 17 00:00:00 2001 From: Paul Hinze Date: Tue, 11 Aug 2015 09:57:57 -0500 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 00dc74ca0f..2b88e7df76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ BUG FIXES: * core: Skip all descendents after error, not just children; helps prevent confusing additional errors/crashes after initial failure [GH-2963] + * core: fix deadlock possibility when both a module and a dependent resource are + removed in the same run [GH-2968] * provider/aws: Fix issue with authenticating when using IAM profiles [GH-2959] ## 0.6.2 (August 6, 2015)