From 05fa163968db0798e044a967b6db4f13a721db0d Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Sat, 18 Aug 2012 19:51:58 -0400 Subject: [PATCH] update changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ad424eb216..79d2507856d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -41,6 +41,8 @@ Ansible Changes By Release * various fixes to mysql & postresql modules * adds 'delegate_to' for a task, which can be used to signal outage windows and load balancers on behalf of hosts * adds 'serial' to playbook, allowing you to specify how many hosts can be processing a playbook at one time (default 0=all) +* fix a variable ordering issue that could affect vars_files with selective file source lists +* callbacks can now be extended via plugins 0.6 "Cabo" -- August 6, 2012