Browse code

Updating CHANGELOG for the recent commits

James Cammarata authored on 2013/09/16 20:20:37
Showing 1 changed files
... ...
@@ -5,7 +5,8 @@ Ansible Changes By Release
5 5
 
6 6
 Highlighted new features:
7 7
 
8
-* TBA
8
+* Added the "subelement" lookup plugin, which allows iteration of the keys of a dictionary or items in a list.
9
+* Added the capability to use either paramiko or ssh for the inital setup connection of an accelerated playbook.
9 10
 
10 11
 New modules:
11 12
 
... ...
@@ -13,7 +14,8 @@ New modules:
13 13
 
14 14
 Misc changes:
15 15
 
16
-* TBA
16
+* Changed the `user:` parameter on plays to `remote_user:` to prevent confusion with the module of the same name.
17
+* Added parameter to allow the fetch module to skip the md5 validation step ('validate_md5=false'). This is usefull when fetching files that are actively being written to, such as live log files.
17 18
 
18 19
 1.3 "Top of the World" - September 13th, 2013
19 20