From a8165fea115d5dbb0a0b03fc99c3b1cb450a815d Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Thu, 30 Apr 2015 14:36:57 -0700 Subject: [PATCH] update CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ed2ca38d..acf20dcf8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -79,6 +79,7 @@ BUG FIXES: * 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] + * core: Referencing invalid module output in module validates [GH-1448] * 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]