From 57fb00cf6b7952d6ae7eaff1f59652c2387aeb25 Mon Sep 17 00:00:00 2001 From: David Wilson Date: Fri, 7 Sep 2018 22:23:08 +0100 Subject: [PATCH] docs: update changelog. --- docs/changelog.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index b410dae9..a60f5319 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -113,6 +113,10 @@ Fixes Core Library ~~~~~~~~~~~~ +* `#305 `_: fix a long-standing minor + race relating to the logging framework, where *no route for Message(...)(* + would appear fruequently during startup. + * `#313 `_: :meth:`mitogen.parent.Context.call` was accidentally documented as capable of accepting static methods. While possible on Python 2.x the result is ugly, @@ -340,10 +344,6 @@ Mitogen for Ansible - initech_app - y2k_fix -* When running with ``-vvv``, log messages such as *mitogen: Router(Broker(0x7f5a48921590)): no route - for Message(..., 102, ...), my ID is ...* may be visible. These are due to a - minor race while initializing logging and can be ignored. - .. * When running with ``-vvv``, log messages will be printed to the console *after* the Ansible run completes, as connection multiplexer shutdown only begins after Ansible exits. This is due to a lack of suitable shutdown hook