docs: update changelog.

This commit is contained in:
David Wilson 2018-09-10 00:33:54 +01:00
parent 49736b3ae8
commit c9596568be
1 changed files with 4 additions and 0 deletions

View File

@ -53,6 +53,10 @@ Enhancements
a 250 ms link from 30 seconds to 10 seconds compared to v0.2.2, down from 120 a 250 ms link from 30 seconds to 10 seconds compared to v0.2.2, down from 120
seconds compared to vanilla. seconds compared to vanilla.
* `49736b3a <https://github.com/dw/mitogen/commit/49736b3a>`_: avoid a
roundtrip when transferring files larger than 124KiB, in between waiting for
the transfer to complete and start of the follow-up action..
* `d62e6e2a <https://github.com/dw/mitogen/commit/d62e6e2a>`_: many-target * `d62e6e2a <https://github.com/dw/mitogen/commit/d62e6e2a>`_: many-target
runs executed the dependency scanner redundantly due to missing runs executed the dependency scanner redundantly due to missing
synchronization, wasting significant runtime in the connection multiplexer. synchronization, wasting significant runtime in the connection multiplexer.