Browse code

Update CHANGELOG.md

update changelog, these weren't major features so move to other section

Michael DeHaan authored on 2014/04/06 04:49:52
Showing 1 changed files
... ...
@@ -12,8 +12,7 @@ Major features/changes:
12 12
   - multiple users can connect with different keys, when `accelerate_multi_key = yes` is specified in the ansible.cfg.
13 13
   - daemon lifetime is now based on the time from the last activity, not the time from the daemon's launch.
14 14
 * ansible-playbook now accepts --force-handlers to run handlers even if tasks result in failures
15
-* apt module now accepts "deb" parameter to install local dpkg files
16
-* regex_replace filter plugin added
15
+
17 16
 
18 17
 New Modules:
19 18
 
... ...
@@ -65,6 +64,9 @@ Other notable changes:
65 65
 * the ec2_key module now has wait/wait_timeout parameters
66 66
 * added version_compare filter (see docs)
67 67
 * added ability for module documentation YAML to utilize shared module snippets for common args
68
+* apt module now accepts "deb" parameter to install local dpkg files
69
+* regex_replace filter plugin added
70
+* ... to be filled in from changelogs ...
68 71
 
69 72
 ## 1.5.3 "Love Walks In" - March 13, 2014
70 73