From 581b1e41916731b7d2551f2e72e295b4e33b48eb Mon Sep 17 00:00:00 2001 From: David Wilson Date: Sun, 20 Jan 2019 21:08:12 +0000 Subject: [PATCH] docs: update Changelog. --- docs/changelog.rst | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 8ec0f566..62f77071 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -155,9 +155,13 @@ Enhancements introduced in Ansible 2.7. * `#415 `_: the interface employed for - in-process queues was changed from Kqueue/epoll() to poll(), which requires + in-process queues was changed from `kqueue + `_ / + `epoll `_ to + `poll() `_, which requires no setup or teardown, yielding a 30% latency reduction for inter-thread - communication. This may manifest as a runtime improvement in many-host runs. + communication and a 50% reduction in context switches. This will manifest as + a runtime improvement in many-host runs. Fixes