summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorRobert Collins <robertc@robertcollins.net>2009-08-01 18:01:27 +1000
committerRobert Collins <robertc@robertcollins.net>2009-08-01 18:01:27 +1000
commit464a773d9a8c5c4ce04fac8902882aee3585cf9c (patch)
treeb1815101061402f92ed416dbdf695a65454ad412 /NEWS
parent74693c669e32941bc81f562f10af47fd91a70a26 (diff)
downloadsubunit-git-464a773d9a8c5c4ce04fac8902882aee3585cf9c.tar.gz
Add subunit2junitxml.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 1ae945f..5c0c57c 100644
--- a/NEWS
+++ b/NEWS
@@ -22,6 +22,10 @@ subunit release notes
test reporter to be used, which has a textual progress bar. This requires
a recent bzrlib as a minor bugfix was required in bzrlib to support this.
+ * ``subunit2junitxml`` has been added. This filter converts a subunit
+ stream to a single JUnit style XML stream using the pyjunitxml
+ python library.
+
BUG FIXES:
API CHANGES: