From cc4835ce9960748c0892a237c1dd82d1b7ce79c0 Mon Sep 17 00:00:00 2001 From: David Wilson Date: Mon, 10 Sep 2018 00:44:12 +0100 Subject: [PATCH] docs: update changelog. --- docs/changelog.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 14403877..c88d2436 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -54,10 +54,14 @@ Enhancements seconds compared to vanilla. * `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 action. +* `#337 `_: To avoid a scaling + limitation, Mitogen no longer requires a PTY for every SSH client unless an + SSH password has been specified. + * `d62e6e2a `_: many-target runs executed the dependency scanner redundantly due to missing synchronization, wasting significant runtime in the connection multiplexer.