From 36614b0a3d1846d36ba3840ef25eb986a5b551c4 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Mon, 14 May 2018 09:56:36 -0300 Subject: [PATCH] Fix formatting in CHANGELOG entry --- CHANGELOG.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index f2d86b24f..b36a77d77 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -114,7 +114,7 @@ Features - Captured log messages are added to the ```` tag in the generated junit xml file if the ``junit_logging`` ini option is set to ``system-out``. - If the value of this ini option is ``system-err`, the logs are written to + If the value of this ini option is ``system-err``, the logs are written to ````. The default value for ``junit_logging`` is ``no``, meaning captured logs are not written to the output file. (`#3156 `_)