diff --git a/docs/changelog.rst b/docs/changelog.rst index 3861e501..707099a8 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -75,6 +75,12 @@ Mitogen for Ansible * `#467 `_: an incompatibility running Mitogen under Molecule was resolved. +* `#547 `_: fix a serious deadlock + possible during initialization of any task executed by forking, such as + ``async`` tasks, tasks using custom :mod:`ansible.module_utils`, + ``mitogen_task_isolation: fork`` modules, and those present on an internal + blacklist of misbehaving modules. + * `#549 `_: the open file descriptor limit for the Ansible process is increased to the available hard limit. It is common for distributions to ship with a much higher hard limit than their