summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorMichael DeHaan <michael.dehaan@gmail.com>2012-05-09 23:31:58 -0400
committerMichael DeHaan <michael.dehaan@gmail.com>2012-05-09 23:31:58 -0400
commitbfe5f4d0ed372b406cf424e13cbbad0aa8ef3ed2 (patch)
treeb552630852e9d2f45b4383314de3e867a1b5d335 /CHANGELOG.md
parente060b060817e72fc0559ea6c8e8e28b98aea191e (diff)
downloadansible-bfe5f4d0ed372b406cf424e13cbbad0aa8ef3ed2.tar.gz
Update development changelogs
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index aec21878c5..60bad2b001 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