From ad3826ddfafbdb126103e5d971c787c626cc827e Mon Sep 17 00:00:00 2001 From: Jens Vagelpohl Date: Thu, 25 Jan 2024 10:28:21 +0100 Subject: [PATCH] - move change log entry --- CHANGES.rst | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index d8b8bbf..7dee141 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -5,6 +5,11 @@ 6.3 (unreleased) ================ +- Add new `--xml path` option to write `JUnit`-like XML reports. + Code comes from `collective.xmltestreport`, but be aware that here `--xml` + is not a boolean, but expects a path! + (`#148 _`). + - Add support for Python 3.13a3. @@ -14,10 +19,6 @@ - Work around Python 3.12.1+ no longer calling ``startTest`` for skipped tests (`#157 _`). -- Add new `--xml path` option to write `JUnit`-like XML reports. - Code comes from `collective.xmltestreport`, but be aware that here `--xml` - is not a boolean, but expects a path! - (`#148 _`). 6.2 (2023-11-08) ================