From dad331d0a52addf4839a6244c925ef2b5497e2ac Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Sat, 20 Oct 2012 23:07:49 -0400 Subject: [PATCH] update changelog --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7262fc99922..61f86e19335 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,13 @@ Ansible Changes By Release 0.9 "Dreams" -- release pending -* STAY TUNED! +* various performance tweaks, ansible executes dramatically less SSH ops per unit of work +* added 'script' module for pushing and running self-deleting remote scripts +* relative paths now work for 'first_available_file' +* fix for template calls when last character is '$' +* postgresql module now takes role_attr_flags +* --extra-vars variables now have the highest priority +* ability to create SSH keys for users when using user module to create users 0.8 "Cathedral" -- Oct 19, 2012