From 0f68f3b3d8ef21e205b14bbcbcf61a84b6ad79a1 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Tue, 21 Apr 2015 22:33:56 +0200 Subject: [PATCH] update CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index afd97aa5e..4b46b58e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,6 +26,7 @@ BUG FIXES: * core: fix issue causing diff mismatch errors in certain scenarios during resource replacement [GH-1515] * 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] * provider/aws: launch configuration ID set after create success [GH-1518] * provider/aws: manually deleted S3 buckets are refreshed properly [GH-1574]