issue #409: updat Changelog.
This commit is contained in:
parent
18af1dfb51
commit
48942a8a30
|
@ -50,6 +50,10 @@ Fixes
|
||||||
now print a useful hint when Python fails to start, as no useful error is
|
now print a useful hint when Python fails to start, as no useful error is
|
||||||
normally logged to the console by these tools.
|
normally logged to the console by these tools.
|
||||||
|
|
||||||
|
* `#409 <https://github.com/dw/mitogen/issues/409>`_: the setns method was
|
||||||
|
silently broken due to missing tests. The issue was fixed and basic test
|
||||||
|
coverage was added.
|
||||||
|
|
||||||
|
|
||||||
Core Library
|
Core Library
|
||||||
~~~~~~~~~~~~
|
~~~~~~~~~~~~
|
||||||
|
@ -87,8 +91,9 @@ Thanks!
|
||||||
|
|
||||||
Mitogen would not be possible without the support of users. A huge thanks for
|
Mitogen would not be possible without the support of users. A huge thanks for
|
||||||
bug reports, features and fixes in this release contributed by
|
bug reports, features and fixes in this release contributed by
|
||||||
`Brian Candler <https://github.com/candlerb>`_, and
|
`Brian Candler <https://github.com/candlerb>`_,
|
||||||
`Guy Knights <https://github.com/knightsg>`_.
|
`Guy Knights <https://github.com/knightsg>`_, and
|
||||||
|
`Jonathan Rosser <https://github.com/jrosser>`_.
|
||||||
|
|
||||||
|
|
||||||
v0.2.3 (2018-10-23)
|
v0.2.3 (2018-10-23)
|
||||||
|
|
Loading…
Reference in New Issue