From 204db4d1e20032f986730c6e9844d22f310c51c8 Mon Sep 17 00:00:00 2001 From: Dmitri Pribysh Date: Wed, 22 Feb 2017 23:31:37 +0300 Subject: [PATCH] Update Changelog --- CHANGELOG.rst | 2 ++ 1 file changed, 2 insertions(+) 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`_).