From 24c6ce4e0455cc6d4170276e66d2134404664931 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Tue, 17 Feb 2015 16:14:37 -0800 Subject: [PATCH] update CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 51b552eae..eedd26e4a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -41,6 +41,7 @@ BUG FIXES: lack of a value. [GH-952] * core: If a set type becomes empty, the state will be properly updated to remove it. [GH-952] + * core: Bare "splat" variables are not allowed in provisioners. [GH-636] * command/apply: Won't try to initialize modules in some cases when no arguments are given. [GH-780] * command/apply: Fix regression where user variables weren't asked [GH-736]