docs: add 'raw' to 0.2 in-scope

pull/303/head
David Wilson 6 years ago
parent 8c2231cefb
commit f5b9f5ff59

@ -118,6 +118,10 @@ Testimonials
Noteworthy Differences
----------------------
* The Ansible ``raw`` action executes as a regular Mitogen connection,
precluding its use for installing Python on a target. This will be addressed
soon.
* The ``su`` and ``sudo`` become methods are available. File bugs to register
interest in more.

@ -32,6 +32,7 @@ initial releases.
* Test suite improvements
* Replacement CI system to handle every supported OS
* Minor deviations from vanilla Ansible behaviour
* Ansible ``raw`` action support
The goal is a *tick/tock* model where even-numbered series are a maturation of
the previous unstable series, and unstable series are released on PyPI with
@ -77,6 +78,10 @@ Mitogen for Ansible
series, however connection inference bugs will be addressed in a future 0.2
release.
* The Ansible ``raw`` action executes as a regular Mitogen connection,
precluding its use for installing Python on a target. This will be addressed
soon.
Core Library
~~~~~~~~~~~~

Loading…
Cancel
Save