From 905fbe7cbb5c603912394b6a2713a89a2916e6d4 Mon Sep 17 00:00:00 2001 From: David Wilson Date: Mon, 5 Nov 2018 14:31:11 +0000 Subject: [PATCH] issue #420: update Changelog. --- docs/changelog.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index bb1974a8..87ad7f00 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -186,6 +186,11 @@ Fixes * `#410 `_: the sudo method supports the SELinux ``--type`` and ``--role`` options. +* `#420 `_: if a :class:`Connection` + was constructed in the Ansible top-level process, for example while executing + ``meta: reset_connection``, resources could become undesirably shared in + subsequent children. + Core Library ~~~~~~~~~~~~