prepare support for ansible community 5 aka. core 2.12

pull/883/head
Klaus Zerwes 2 years ago
parent 6fb5502a35
commit 56c341790c

@ -146,7 +146,7 @@ Noteworthy Differences
----------------------
* Mitogen 0.2.x supports Ansible 2.3-2.9; with Python 2.6, 2.7, or 3.6.
Mitogen 0.3.1+ supports Ansible 2.10, 3, and 4; with Python 2.7, or 3.6-3.9.
Mitogen 0.3.1+ supports Ansible 2.10, 3, 4 and 5; with Python 2.7, or 3.6-3.9.
Verify your installation is running one of these versions by checking
``ansible --version`` output.

@ -21,6 +21,7 @@ To avail of fixes in an unreleased version, please download a ZIP file
v0.3.1.dev0 (unreleased)
------------------------
* :gh:issue:`874` Support for Ansible 5 (ansible-core 2.12)
* :gh:issue:`774` Fix bootstrap failures on macOS 11.x and 12.x, involving Python 2.7 wrapper
* :gh:issue:`834` Support for Ansible 3 and 4 (ansible-core 2.11)
* :gh:issue:`869` Continuous Integration tests are now run with Tox

Loading…
Cancel
Save