From e9adc078c2da46ae708b6dada56c521c9aafb7d8 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Mon, 23 Feb 2015 13:49:12 -0800 Subject: [PATCH] update CHANEGLOG --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d6dac97e8..257b4b714 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ IMPROVEMENTS: 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] * providers/aws: manually deleted VPC removes it from the state * providers/aws: `source_dest_check` regression fixed (now works). [GH-1020]