From 2a2017f295dbde73fbc9b027cd9e9773758b6eff Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Thu, 12 Jul 2012 01:33:13 -0400 Subject: [PATCH] Changelog update --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 17bb1c19b95..70606686a68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,7 @@ Ansible Changes By Release * paramiko is now only imported if needed when running from source checkout * fetch module fixes for SSH connection type * modules now consistently all take yes/no for boolean parameters (some accepted true/false) +* in YAML inventory, hosts can list their groups in inverted order now also (see tests/yaml_hosts) 0.5 "Amsterdam" ------- July 04, 2012