summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorMatt Davis <mdavis@ansible.com>2017-02-16 23:58:32 -0800
committerMatt Davis <mdavis@ansible.com>2017-02-17 00:10:17 -0800
commit67f74bbc81447c67f34cf95ef0f98e1fdb7eb129 (patch)
tree5c00b35bec491e48c6e0a14a06a98bbce9716443 /CHANGELOG.md
parent8527013fbe539487e6998e806ec4e063eaeb299a (diff)
downloadansible-67f74bbc81447c67f34cf95ef0f98e1fdb7eb129.tar.gz
CHANGELOG/roadmap updates for Windows
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8d6a875c82..a3195bb1a9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,6 +10,8 @@ Ansible Changes By Release
* On platforms that support it, use more modern system polling API instead of
select in the ssh connection plugin. This removes one limitation on how many
parallel forks are feasible on these systems.
+* Windows supports become method "runas" to run modules as a different user, and to transparently access network resources.
+* Windows now uses pipelining when executing modules, resulting in significantly faster execution for small tasks.
* Refactored/standardized most Windows modules, adding check-mode and
diff support where possible.
* Extended Windows module API with parameter-type support, helper functions.