From 9c9bc9b9caaaef0733ddc853960ed7ebd1380c86 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Mon, 23 Feb 2015 13:49:54 -0800 Subject: [PATCH] update CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 257b4b714..90bb2210c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ BUG FIXES: * core: module outputs can be used as inputs to other modules [GH-822] * core: Self-referencing splat variables are no longer allowed in provisioners. [GH-795][GH-868] + * core: Validate that `depends_on` doesn't contain interpolations. [GH-1015] * providers/aws: manually deleted VPC removes it from the state * providers/aws: `source_dest_check` regression fixed (now works). [GH-1020]