From d1222291473075ac9486875bb132aa0cb4d3704d Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Sat, 18 Jul 2015 15:27:08 -0400 Subject: [PATCH] added info about refresh_inventory to changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b6d2fc044..57213d2a16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,8 @@ 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 * Consolidated code from modules using urllib2 to normalize features, TLS and SNI support + * Consiidated code from modules using urllib2 to normalize features, TLS and SNI support + * added meta: refresh_inventory to force rereading the inventory in a play Deprecated Modules (new ones in parens): * ec2_ami_search (ec2_ami_find)