From 6febca43833e1330766a7cba22a9f175741b9036 Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Tue, 18 Aug 2015 23:58:12 -0400 Subject: [PATCH] added mention of settable vars to changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 581d0fa26c5..295def12bb3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ Major Changes: * template code now retains types for bools and numbers instead of turning them into strings. If you need the old behaviour, quote the value and it will get passed around as a string * added meta: refresh_inventory to force rereading the inventory in a play + * vars are now settable at play, block, role and task level Deprecated Modules (new ones in parens): * ec2_ami_search (ec2_ami_find)