Update CHANGELOG.md

update changelog, these weren't major features so move to other section
This commit is contained in:
Michael DeHaan 2014-04-05 15:49:52 -04:00
parent 4d2b7d6341
commit 07ba9070ba

View file

@ -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