From 9b38c8e948dc9164b7fdb2f58aeee7ab5abd97c8 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Tue, 14 Apr 2015 10:59:02 -0700 Subject: [PATCH] update CHANGELOG --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 463f67cb1e..40899c6f17 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ BUG FIXES: * core: math on arbitrary variables works if first operand isn't a numeric primitive. [GH-1381] + * core: avoid unnecessary cycles by pruning tainted destroys from + graph if there are no tainted resources [GH-1475] * 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]