From 07ba9070ba902c4b3134773a3a920938ec2ef3ff Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Sat, 5 Apr 2014 15:49:52 -0400 Subject: [PATCH] Update CHANGELOG.md update changelog, these weren't major features so move to other section --- CHANGELOG.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9bf97b40162..06781835b11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,8 +12,7 @@ Major features/changes: - multiple users can connect with different keys, when `accelerate_multi_key = yes` is specified in the ansible.cfg. - daemon lifetime is now based on the time from the last activity, not the time from the daemon's launch. * ansible-playbook now accepts --force-handlers to run handlers even if tasks result in failures -* apt module now accepts "deb" parameter to install local dpkg files -* regex_replace filter plugin added + New Modules: @@ -65,6 +64,9 @@ Other notable changes: * the ec2_key module now has wait/wait_timeout parameters * added version_compare filter (see docs) * added ability for module documentation YAML to utilize shared module snippets for common args +* apt module now accepts "deb" parameter to install local dpkg files +* regex_replace filter plugin added +* ... to be filled in from changelogs ... ## 1.5.3 "Love Walks In" - March 13, 2014