From f46bdb6343c00b4546f5c61eadef2caa0dfbdc28 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Sun, 28 Apr 2013 10:16:21 -0400 Subject: [PATCH] update changelog --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b7b03a549..2944b7bc9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,7 +21,7 @@ Core Features: * new --start-at-task option to ansible playbook allows starting at a specific task name in a long playbook * added a log file for ansible/ansible-playbook, set 'log_path' in the configuration file or ANSIBLE_LOG_PATH in environment -Modules added +Modules added: * rax: module for creating instances in the rackspace cloud (uses pyrax) * npm: node.js package management @@ -67,6 +67,9 @@ Bugfixes and Misc Changes: * riak module gets a wait for ring option * improved check mode support in the file module * exception handling added to handle scenario when attempt to log to systemd journal fails +* fix for upstart handling when toggling the enablement and running bits at the same time +* when registering a task with a conditional attached, and the task is skipped by the conditional, +the variable is still registered for the host, with the attribute skipped: True. 1.1 "Mean Street" -- 4/2/2013