docs: reorder changelog
This commit is contained in:
parent
0f51268875
commit
21eda90a67
|
@ -87,9 +87,6 @@ Core Library
|
||||||
could spuriously wake up due to ignoring an error bit set on events returned
|
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.
|
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
|
* Standard IO forwarding accidentally configured the replacement ``stdout`` and
|
||||||
``stderr`` write descriptors as non-blocking, causing subprocesses that
|
``stderr`` write descriptors as non-blocking, causing subprocesses that
|
||||||
generate more output than kernel buffer space existed to throw errors. The
|
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`
|
* When :func:`mitogen.core.enable_profiling` is active, :mod:`mitogen.service`
|
||||||
threads are profiled just like other threads.
|
threads are profiled just like other threads.
|
||||||
|
|
||||||
|
* Debug logs containing command lines are printed with the minimal quoting and
|
||||||
|
escaping required.
|
||||||
|
|
||||||
|
|
||||||
Thanks!
|
Thanks!
|
||||||
~~~~~~~
|
~~~~~~~
|
||||||
|
|
Loading…
Reference in New Issue