From e3dfa62abc140b34b17c55def88b8e9e915c3ab2 Mon Sep 17 00:00:00 2001 From: Matt Davis Date: Thu, 16 Mar 2017 15:01:21 -0700 Subject: [PATCH] Windows CHANGELOG updates --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 77b2a04ff2c..ba3c5adff24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,8 +20,9 @@ Ansible Changes By Release * Allow module_utils for custom modules to be placed in site-specific directories and shipped in roles * 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. +* Windows/WinRM supports become method "runas" to run modules and scripts as a different user, and to transparently access network resources. +* The WinRM connection plugin now uses pipelining when executing modules, resulting in significantly faster execution for small tasks. +* The WinRM connection plugin can now manage Kerberos tickets automatically when `ansible_winrm_transport=kerberos` and `ansible_user`/`ansible_password` are specified. * Refactored/standardized most Windows modules, adding check-mode and diff support where possible. * Extended Windows module API with parameter-type support, helper functions. (i.e. Expand-Environment, Add-Warning, Add-DeprecatationWarning) * restructured how async works to allow it to apply to action plugins that choose to support it.