Browse code

CHANGELOG update for become/runas fix

Matt Davis authored on 2017/07/04 09:48:27
Showing 1 changed files
... ...
@@ -27,8 +27,9 @@ Ansible Changes By Release
27 27
 * fixed wait_for python2.4/2.5 compatibility (this is last version this is needed)
28 28
 * fix for adhoc not obeying callback options
29 29
 * fix for win_find where it fails to recursively scan empty nested directories
30
-+ fix non-pipelined code paths for Windows (eg, ANSIBLE_KEEP_REMOTE_FILES, non-pipelined connection plugins)
30
+* fix non-pipelined code paths for Windows (eg, ANSIBLE_KEEP_REMOTE_FILES, non-pipelined connection plugins)
31 31
 * fix for win_updates where args and check mode were ignored due to common code change
32
+* fix for unprivileged users to Windows runas become method
32 33
 
33 34
 
34 35
 ## 2.3.1 "Ramble On" - 2017-06-01