summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorMatt Davis <mdavis@ansible.com>2017-07-03 17:48:27 -0700
committerMatt Davis <mdavis@ansible.com>2017-07-03 17:48:27 -0700
commit8ad00c0128444e1b0c65852b4b45450a8dbc8887 (patch)
tree7495bfcf8fd28e931ea74c9dab77a1daad9cd726 /CHANGELOG.md
parentf9f83c58264b357483d1138242d2d3060f4f0124 (diff)
downloadansible-8ad00c0128444e1b0c65852b4b45450a8dbc8887.tar.gz
CHANGELOG update for become/runas fix
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 97b635a2c7..1f92552d70 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -27,8 +27,9 @@ Ansible Changes By Release
* fixed wait_for python2.4/2.5 compatibility (this is last version this is needed)
* fix for adhoc not obeying callback options
* fix for win_find where it fails to recursively scan empty nested directories
-+ fix non-pipelined code paths for Windows (eg, ANSIBLE_KEEP_REMOTE_FILES, non-pipelined connection plugins)
+* fix non-pipelined code paths for Windows (eg, ANSIBLE_KEEP_REMOTE_FILES, non-pipelined connection plugins)
* fix for win_updates where args and check mode were ignored due to common code change
+* fix for unprivileged users to Windows runas become method
## 2.3.1 "Ramble On" - 2017-06-01