From bfe5f4d0ed372b406cf424e13cbbad0aa8ef3ed2 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Wed, 9 May 2012 23:31:58 -0400 Subject: [PATCH] Update development changelogs --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index aec21878c56..60bad2b0018 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -33,6 +33,12 @@ Ansible Changes By Release * git module supports branch= * unicode now ok in templates (assumes utf8) * modules all now log to syslog +* can use -i host1,host2,host3:port to specify hosts not in inventory (replaces --override-hosts) +* fixes for variable parsing in only_if lines +* variables can be replaced like ${foo.nested_hash_key.nested_subkey[array_index]} +* jinja2 is only usable in templates +* enabled=yes|no on a service can be used to toggle chkconfig & updates-rc.d states +* variables with mixed case now legal 0.3 "Baluchitherium" -- April 23, 2012