From c9596568bee8af8ef414ac3cd7448f3a03256c18 Mon Sep 17 00:00:00 2001 From: David Wilson Date: Mon, 10 Sep 2018 00:33:54 +0100 Subject: [PATCH] docs: update changelog. --- docs/changelog.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 20ed9a5d..827ac609 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -53,6 +53,10 @@ Enhancements a 250 ms link from 30 seconds to 10 seconds compared to v0.2.2, down from 120 seconds compared to vanilla. +* `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 `_: many-target runs executed the dependency scanner redundantly due to missing synchronization, wasting significant runtime in the connection multiplexer.