From e906271f9141bb5b2231cc468dfc99b06d00e398 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Sat, 9 Feb 2013 14:50:47 -0500 Subject: [PATCH] Update changelog -- wow, lots of nice stuff merged in today! --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b97b5d65a34..c61e918d66d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,18 @@ Ansible Changes By Release * raise an error when multiple when_ statements are provided * --list-hosts applies host limit selections better * (internals) template engine specifications to use template_ds everywhere +* rabbit_mq plugin module +* rabbit_mq user module +* rabbit_mq vhost module +* mongodb_user module +* increased error handling for ec2 module +* can recursively set permissions on directories +* change to the way AMI tags are handled +* better error message when your host file can't be found +* --list-tasks for the playbook will list the tasks without running them +* block device facts for the setup module +* cron module can now also manipulate cron.d files +* virtualenv module can now inherit system site packages (or not) 1.0 "Eruption" -- Feb 1 2013