docs: update changelog.

This commit is contained in:
David Wilson 2018-09-10 00:44:12 +01:00
parent f0f828033f
commit cc4835ce99
1 changed files with 5 additions and 1 deletions

View File

@ -54,10 +54,14 @@ Enhancements
seconds compared to vanilla. seconds compared to vanilla.
* `49736b3a <https://github.com/dw/mitogen/commit/49736b3a>`_: avoid a * `49736b3a <https://github.com/dw/mitogen/commit/49736b3a>`_: avoid a
roundtrip when transferring files larger than 124KiB, avoiding a delay roundtrip when transferring files larger than 124KiB, removing a delay
between waiting for the transfer to complete and start of the follow-up between waiting for the transfer to complete and start of the follow-up
action. action.
* `#337 <https://github.com/dw/mitogen/issues/337>`_: To avoid a scaling
limitation, Mitogen no longer requires a PTY for every SSH client unless an
SSH password has been specified.
* `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.