From b7cdd39044bd292a547b2b3bf3eff646edae4f04 Mon Sep 17 00:00:00 2001 From: David Wilson Date: Thu, 1 Aug 2019 13:05:07 +0100 Subject: [PATCH] docs: tweak Changelog wording --- docs/changelog.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 267bc0db..75b6a43d 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -46,8 +46,10 @@ Enhancements setup happens on one thread, reducing GIL contention and context switching early in a run. -* `#419 `_: 2 network round-trips - were removed from early connection setup. +* `#419 `_: Connection setup is + pipelined, eliminating several network round-trips. Most infrastructure is in + place to support future removal of the final round-trip between a target + fully booting and receiving its first function call. * `d6faff06 `_, `807cbef9 `_,