From 6726d5f8f8bd478878f3ffb67b517d2bb6f69960 Mon Sep 17 00:00:00 2001 From: jctanner Date: Wed, 1 Feb 2017 10:44:37 -0500 Subject: [PATCH] Update changelog for controlpersist path feature (#20928) --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a511a9e8a4b..d519d70bcb9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ Ansible Changes By Release * Added 'ansible_playbook_python' which contains 'current python executable', it can be blank in some cases in which Ansible is not invoked via the standard CLI (sys.executable limitation). * ansible-doc now displays path to module * added optional 'piped' transfer method to ssh plugin for when scp and sftp are missing +* default controlpersist path is now a custom hash of host-port-user to avoid the socket path length errors for long hostnames ###Deprecations: * Specifying --tags (or --skip-tags) multiple times on the command line