summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Coca <brian.coca+git@gmail.com>2015-03-31 11:14:02 -0400
committerBrian Coca <brian.coca+git@gmail.com>2015-03-31 11:14:02 -0400
commit81e4a74c8925c022f12045da41eb38af9f47a019 (patch)
treebbaa9001880b020b0e44fc2b8676e18d75713ec0
parent6ab57081ec89902602c8f955f3428c46ffcf07db (diff)
downloadansible-81e4a74c8925c022f12045da41eb38af9f47a019.tar.gz
added note that custom connection plugins need update with this version
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e1d171e8b4..3f889d6f7e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -19,6 +19,7 @@ Major changes:
* Privilege Escalation generalization, new 'Become' system and variables now will
handle existing and new methods. Sudo and su have been kept for backwards compatibility.
New methods pbrun and pfexec in 'alpha' state, planned adding 'runas' for winrm connection plugin.
+ Existing custom connection plugins will need to be updated.
* Improved ssh connection error reporting, now you get back the specific message from ssh.
* Added facility to document task module return values for registered vars, both for
ansible-doc and the docsite. Documented copy, stats and acl modules, the rest must be