From bd1179aa344efa6ca95c4bc9875ff47257ed4183 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Wed, 22 Apr 2015 08:11:03 +0200 Subject: [PATCH] update cHANGELOG --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 574ce399d..7ef2016aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,6 +27,8 @@ BUG FIXES: edge cases around matching prefixes, which could cause cycles [GH-1527] * core: fix issue causing diff mismatch errors in certain scenarios during resource replacement [GH-1515] + * core: dependencies on resources with a different index work when + count > 1 [GH-1540] * core: don't panic if variable default type is invalid [GH-1344] * core: fix perpetual diff issue for computed maps that are empty [GH-1607] * command: remote states with uppercase types work [GH-1356]