From f0541b685bb7d27ea87eb8fd8bddbd0280a9b48d Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Sat, 10 Jun 2017 12:31:20 -0300 Subject: [PATCH] Improve CHANGELOG formatting a bit --- CHANGELOG.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 34fee3328..87af5d72a 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -25,9 +25,9 @@ Bug Fixes - ``UnicodeWarning`` is issued from the internal pytest warnings plugin only when the message contains non-ascii unicode (Python 2 only). (#2463) -- Added a workaround for Python 3.6 WindowsConsoleIO breaking due to Pytests's - FDCapture. Other code using console handles might still be affected by the - very same issue and might require further workarounds/fixes, i.e. colorama. +- Added a workaround for Python 3.6 ``WindowsConsoleIO`` breaking due to Pytests's + ``FDCapture``. Other code using console handles might still be affected by the + very same issue and might require further workarounds/fixes, i.e. ``colorama``. (#2467)