From d9b268625989709ca96ed9067877b42e4dbe4276 Mon Sep 17 00:00:00 2001 From: David Wilson Date: Thu, 1 Nov 2018 15:14:25 +0000 Subject: [PATCH] docs: update Changelog --- docs/changelog.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 130063fe..33c4489a 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -24,6 +24,12 @@ Mitogen for Ansible Enhancements ^^^^^^^^^^^^ +* `#76 `_: disconnect propagation has + improved, allowing Ansible to cancel waits for responses from targets that + where abruptly disconnected. This increases the chance a task will fail + gracefully, rather than hanging due to the connection being severed, for + example because of network failure or EC2 instance maintenance. + * `#369 `_: :meth:`Connection.reset` is implemented, allowing `meta: reset_connection `_ to shut