docs: update Changelog.

This commit is contained in:
David Wilson 2019-02-14 15:00:17 +00:00
parent ca63c26e01
commit 14e6c6e49e
1 changed files with 6 additions and 0 deletions

View File

@ -139,6 +139,12 @@ Fixes
0.2.3 behaviour of defaulting to Kqueue in this case, but still prefer
:func:`select.poll` if it is available.
Core Library
~~~~~~~~~~~~
* `ca63c26e <https://github.com/dw/mitogen/commit/ca63c26e>`_:
:meth:`mitogen.core.Latch.put`'s `obj` argument was made optional.
Thanks!
~~~~~~~