From 21eda90a6761f6050bb3e874e050adbeebc12598 Mon Sep 17 00:00:00 2001 From: David Wilson Date: Thu, 26 Jul 2018 19:15:57 -0700 Subject: [PATCH] docs: reorder changelog --- docs/changelog.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index b432cdc1..ab5444f8 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -87,9 +87,6 @@ Core Library could spuriously wake up due to ignoring an error bit set on events returned by the kernel, manifesting as a failure to read from an unrelated descriptor. -* Debug logs containing command lines are printed with the minimal quoting and - escaping required. - * Standard IO forwarding accidentally configured the replacement ``stdout`` and ``stderr`` write descriptors as non-blocking, causing subprocesses that generate more output than kernel buffer space existed to throw errors. The @@ -98,6 +95,9 @@ Core Library * When :func:`mitogen.core.enable_profiling` is active, :mod:`mitogen.service` threads are profiled just like other threads. +* Debug logs containing command lines are printed with the minimal quoting and + escaping required. + Thanks! ~~~~~~~