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