From 062947556a08b6d474040b04c43749bf4f346a0a Mon Sep 17 00:00:00 2001 From: Paul Hinze Date: Tue, 14 Apr 2015 17:50:04 -0500 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f6f3908b6a..0cf4f2c46e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,8 @@ BUG FIXES: graph if there are no tainted resources [GH-1475] * core: fix issue where destroy nodes weren't pruned in specific 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] * command: remote states with uppercase types work [GH-1356] * provider/aws: launch configuration ID set after create success [GH-1518] * provider/openstack: region config is not required [GH-1441]