docs: update Changelog.

This commit is contained in:
David Wilson 2019-01-27 04:31:59 +00:00
parent 599da0689a
commit bb9bb593e4
1 changed files with 5 additions and 1 deletions

View File

@ -251,10 +251,14 @@ Fixes
trigger early finalization of Cython-based extension modules, leading to
segmentation faults.
* `dc1d4251 <https://github.com/dw/mitogen/commit/dc1d4251 >`_: the
* `dc1d4251 <https://github.com/dw/mitogen/commit/dc1d4251>`_: the
``synchronize`` module could fail with the Docker transport due to a missing
attribute.
* `599da068 <https://github.com/dw/mitogen/commit/599da068>`_: fix a race
when starting async tasks, where it was possible for the controller to
observe no status file on disk before the task had a chance to write one.
Core Library
~~~~~~~~~~~~