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 ~~~~~~~~~~~~