diff --git a/CHANGELOG.rst b/CHANGELOG.rst index b71152cd8..d408ff551 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,8 @@ New Features ------------ +* junitxml: Add `--junit-suite-name` option to specify root `` name for JUnit XML reports + * Added an ini option ``doctest_encoding`` to specify which encoding to use for doctest files. Thanks `@wheerd`_ for the PR (`#2101`_).