From 8a11dea07584c07bc59ae9474869f85597192c63 Mon Sep 17 00:00:00 2001 From: David Wilson Date: Sun, 18 Aug 2019 13:20:18 +0100 Subject: [PATCH] docs: changelog concision --- docs/changelog.rst | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index ef8cb07d..9d6dee9d 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -47,13 +47,12 @@ Enhancements is available to manipulate `Buildah `_ containers, and is exposed to Ansible as the :ans:conn:`buildah`. -* :gh:issue:`615`: the ``mitogen_fetch`` - action is included, and the standard Ansible :ans:mod:`fetch` is redirected - to it. This implements streaming file transfer in every case, including when - ``become`` is active, preventing excessive CPU usage and memory spikes, and - significantly improving throughput. A copy of 2 files of 512 MiB each drops - from 47 seconds to just under 7 seconds, with peak memory usage dropping from - 10.7 GiB to 64.8 MiB. +* :gh:issue:`615`: a modified Ansible :ans:mod:`fetch` is included that + implement streaming file transfer in every case, including when ``become`` is + active, preventing excessive CPU usage and memory spikes, and significantly + improving performance. A copy of 2 files of 512 MiB each drops from 47 + seconds to 7 seconds, with peak memory usage dropping from 10.7 GiB to 64.8 + MiB. * `Operon `_ no longer requires a custom installation, both Operon and Ansible are supported by a unified release.