From c86a618c0ab3be04bacbc362f064d74099815d24 Mon Sep 17 00:00:00 2001 From: Martin Atkins Date: Fri, 9 Mar 2018 17:05:24 -0800 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index aed121f10..ed653f851 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ BUG FIXES: * core: Halt on fatal provisioner errors, rather than retrying until a timeout [GH-17359] * core: When handling a forced exit due to multiple interrupts, prevent the process from exiting while the state is being written [GH-17323] * core: Fix handling of locals and outputs at destroy time [GH-17241] +* core: Fix regression in handling of `count` arguments that refer to `count` attributes from other resources. [GH-17548] * helper/schema: Prevent crash on removal of computed field in CustomizeDiff [GH-17261] ## 0.11.3 (January 31, 2018)