From 754eb8c77d6c145593f6d78d96616b8f1a769c64 Mon Sep 17 00:00:00 2001 From: Paul Hinze Date: Thu, 30 Apr 2015 16:09:50 -0500 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b82b9a29d..5f5058ab9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -76,6 +76,8 @@ BUG FIXES: * core: Fix issue where values in sets on resources couldn't contain hyphens. [GH-1641] * core: Outputs removed from the config are removed from the state [GH-1714] + * core: Validate against the worst-case graph during plan phase to catch cycles + that would previously only show up during apply [GH-1655] * command: remote states with uppercase types work [GH-1356] * provider/aws: launch configuration ID set after create success [GH-1518] * provider/aws: Fixed an issue with creating ELBs without any tags [GH-1580]