From 803672a769083022d882c72b0fd1d3ff886169a9 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Thu, 26 Apr 2012 23:12:09 -0400 Subject: [PATCH] Update development changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d54b542f5..209ea1bdb6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,10 @@ Ansible Changes By Release * OS X support in progress for hosts and clients * list of hosts in playbooks can be expressed as a YAML list in addition to ; delimited * tweaks to SELinux implementation for file module +* first_available_file feature, see selective_file_sources.yml in examples/playbooks for info +* fixes for yum module corner cases on EL5 +* --extra-vars="a=2 b=3" etc, now available to inject parameters into playbooks +* file module now correctly returns the mode in octal 0.3 "Baluchitherium" -- April 23, 2012