summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorMichael DeHaan <michael.dehaan@gmail.com>2012-07-12 01:09:10 -0400
committerMichael DeHaan <michael.dehaan@gmail.com>2012-07-12 01:09:10 -0400
commitfd29ecc24bdcce71e5b77ea3ce1faa54f878a181 (patch)
tree5fcbc2d9b3338954b17c9323e3d2f8ff60fde2e8 /CHANGELOG.md
parentbcd0001cb1a785039969c4dec0ed4b4f8cf273c7 (diff)
downloadansible-fd29ecc24bdcce71e5b77ea3ce1faa54f878a181.tar.gz
changelog update
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 44a389caf3..17bb1c19b9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,7 +3,7 @@ Ansible Changes By Release
0.6 "Cabo" ------------ pending
-* groups variable available a hash to return the hosts in each group name
+* groups variable available as a hash to return the hosts in each group name
* fetch module now does not fail a system when requesting file paths (ex: logs) that don't exist
* apt module now takes an optional install-recommends=yes|no (default yes)
* fixes to the return codes of the copy module
@@ -13,6 +13,11 @@ Ansible Changes By Release
* various user and group module fixes (error handling, etc)
* apt module now takes an optional force parameter
* slightly better psychic service status handling for the service module
+* cowsay support on Ubuntu
+* playbooks can now include other playbooks (example/playbooks/nested_playbooks.yml)
+* paramiko is now only imported if needed when running from source checkout
+* fetch module fixes for SSH connection type
+* modules now consistently all take yes/no for boolean parameters (some accepted true/false)
0.5 "Amsterdam" ------- July 04, 2012