From 1cb278f50d30cc5e42b42cbc3f15537bb0e8884d Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Mon, 7 May 2012 23:48:18 -0400 Subject: [PATCH] changelog update --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a5cc4eee541..aec21878c56 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,6 +27,12 @@ Ansible Changes By Release * service fixes to better detect status using return codes of the service script * ansible INI style format can do groups of groups [groupname:children] and group vars [groupname:vars] * sudo to a particular user with -U/--sudo-user, or using 'sudo_user: foo' in a playbook +* internal inventory API now more object oriented, parsers decoupled +* --override-hosts removed (see following change...) +* able to pass host specifier or group name in to "hosts:" with --extra-vars +* git module supports branch= +* unicode now ok in templates (assumes utf8) +* modules all now log to syslog 0.3 "Baluchitherium" -- April 23, 2012