docs: update changelog.

This commit is contained in:
David Wilson 2018-10-23 16:14:07 +01:00
parent fd5066d671
commit 48bc91550b
2 changed files with 8 additions and 4 deletions

View File

@ -142,7 +142,7 @@ Testimonials
Noteworthy Differences Noteworthy Differences
---------------------- ----------------------
* Ansible 2.3-2.6 are supported along with Python 2.6, 2.7 or 3.6. Verify your * Ansible 2.3-2.7 are supported along with Python 2.6, 2.7 or 3.6. Verify your
installation is running one of these versions by checking ``ansible installation is running one of these versions by checking ``ansible
--version`` output. --version`` output.

View File

@ -15,7 +15,7 @@ Release Notes
</style> </style>
v0.2.3 (2018-08-??) v0.2.3 (2018-10-23)
------------------- -------------------
Mitogen for Ansible Mitogen for Ansible
@ -24,7 +24,9 @@ Mitogen for Ansible
Enhancements Enhancements
^^^^^^^^^^^^ ^^^^^^^^^^^^
* `#315 <https://github.com/dw/mitogen/pull/315>`_: Ansible 2.6 is supported. * `#315 <https://github.com/dw/mitogen/pull/315>`_,
`#392 <https://github.com/dw/mitogen/issues/392>`_: Ansible 2.6 and 2.7 are
supported.
* `#321 <https://github.com/dw/mitogen/issues/321>`_, * `#321 <https://github.com/dw/mitogen/issues/321>`_,
`#336 <https://github.com/dw/mitogen/issues/336>`_: temporary file handling `#336 <https://github.com/dw/mitogen/issues/336>`_: temporary file handling
@ -386,7 +388,7 @@ within a stable series.
Mitogen for Ansible Mitogen for Ansible
~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~
* Support for Ansible 2.3 - 2.6.x and any mixture of Python 2.6, 2.7 or 3.6 on * Support for Ansible 2.3 - 2.7.x and any mixture of Python 2.6, 2.7 or 3.6 on
controller and target nodes. controller and target nodes.
* Drop-in support for many Ansible connection types. * Drop-in support for many Ansible connection types.
@ -429,6 +431,8 @@ Mitogen for Ansible
``ansible_python_interpreter`` setting, contrary to the Ansible ``ansible_python_interpreter`` setting, contrary to the Ansible
documentation. This will be addressed in a future 0.2 release. documentation. This will be addressed in a future 0.2 release.
* The Ansible 2.7 ``reboot`` module is not yet supported.
* Performance does not scale linearly with target count. This requires * Performance does not scale linearly with target count. This requires
significant additional work, as major bottlenecks exist in the surrounding significant additional work, as major bottlenecks exist in the surrounding
Ansible code. Performance-related bug reports for any scenario remain Ansible code. Performance-related bug reports for any scenario remain