diff --git a/docs/ansible.rst b/docs/ansible.rst index 205e5e3c..03fbad96 100644 --- a/docs/ansible.rst +++ b/docs/ansible.rst @@ -959,7 +959,7 @@ reporting it: **External Tool Integration Differences** Mitogen reimplements any aspect of Ansible that involves integrating with SSH, sudo, Docker, or related tools. For this reason, sometimes its support - for those tools doffers or is less mature than in Ansible. + for those tools differs or is less mature than in Ansible. In the past Mitogen has had bug reports due to failing to recognize a particular variation of a login or password prompt on an exotic or diff --git a/docs/changelog.rst b/docs/changelog.rst index 3a6acd93..19b71022 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -174,8 +174,14 @@ Fixes ^^^^^ * `#251 `_, + `#359 `_, + `#396 `_, + `#401 `_, `#404 `_, - `#412 `_: connection delegation and + `#412 `_, + `#434 `_, + `#436 `_, + `#465 `_: connection delegation and ``delegate_to:`` handling suffered a major regression in 0.2.3. The 0.2.2 behaviour has been restored, and further work has been made to improve the compatibility of connection delegation's configuration building methods. @@ -355,9 +361,9 @@ Core Library * `#448 `_: the import hook implementation now raises :class:`ModuleNotFoundError` instead of - :class:`ImportError` in Python 3.6 and above, to cope with an uncoming - version of the :class:`subprocess` module requiring this new subclass in the - middle of a minor Python release series. + :class:`ImportError` in Python 3.6 and above, to cope with an upcoming + version of the :mod:`subprocess` module requiring this new subclass to be + raised. * `#453 `_: the loggers used in children for standard IO redirection have propagation disabled, preventing @@ -424,13 +430,19 @@ bug reports, testing, features and fixes in this release contributed by `Josh Smift `_, `Mehdi `_, `Michael DeHaan `_, +`Michal Medvecky `_, `Mohammed Naser `_, `Peter V. Saveliev `_, +`Pieter Avonts `_, +`Ross Williams `_, +`Sergey `_, `Stéphane `_, +`Strahinja Kustudic `_, `Tom Parker-Shemilt `_, `Younès HAFRI `_, `@myssa91 `_, `@syntonym `_, +`@trim777 `_, `@whky `_, and `@yodatak `_.