summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornitzmahone <mdavis@ansible.com>2016-03-07 20:33:10 -0800
committernitzmahone <mdavis@ansible.com>2016-03-07 20:33:10 -0800
commit94e3ab54454fa5f9dd9b95a04ef7626080850c4b (patch)
tree6060c273293840f250b6f78f4bf393c3af771ac9
parent797b2e8b3bfb07764cba394c9bd8948afefdcf6f (diff)
downloadansible-94e3ab54454fa5f9dd9b95a04ef7626080850c4b.tar.gz
added winrm and user module backports to changelog
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index bf32eb6193..cdbfc6d3d2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -24,6 +24,8 @@ Other Notable Changes:
ansible's --diff option was used.
* Fix bug with non-english locales in git and apt modules
* Compatibility fix for using state=absent with the pip ansible module and pip-6.1.0+
+* Backported support for ansible_winrm_server_cert_validation flag to disable cert validation on Python 2.7.9+ (and support for other passthru args to pywinrm transport).
+* Backported various updates to user module (prevent accidental OS X group membership removals, various checkmode fixes).
## 1.9.4 "Dancing In the Street" - Oct 10, 2015