From c5243e008deea2e1a7b16d4155c5b3a89ccca16d Mon Sep 17 00:00:00 2001 From: David Wilson Date: Sun, 18 Aug 2019 21:29:37 +0100 Subject: [PATCH] docs: changelog typos --- docs/changelog.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 122fa5a4..a0bd505e 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -151,11 +151,11 @@ Mitogen for Ansible internal message size sanity check. Transfers from controller to targets have been streaming since 0.2.0. -* :gh:commit:`7ae926b3`: the :ans:mod:`lineinfile` leaks writable temporary - file descriptors since Ansible 2.7.0. When :ans:mod:`~lineinfile` created or - modified a script, and that script was later executed, the execution could - fail with "*text file busy*". Temporary descriptors are now tracked and - cleaned up on exit for all modules. +* :gh:commit:`7ae926b3`: the :ans:mod:`lineinfile` leaked writable temporary + file descriptors between Ansible 2.7.0 and 2.8.2. When :ans:mod:`~lineinfile` + created or modified a script, and that script was later executed, the + execution could fail with "*text file busy*". Temporary descriptors are now + tracked and cleaned up on exit for all modules. Core Library