summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorRobert Collins <robertc@robertcollins.net>2014-08-24 09:34:06 +1200
committerRobert Collins <robertc@robertcollins.net>2014-08-24 09:34:06 +1200
commit54243f705d9d8883418c9f091c44c3743cb613e8 (patch)
tree34d217ac1d74dc8e7cbc9f9abc027c3a2d2b6b60 /NEWS
parent686bba7abc47514b1242405700259f6240061c08 (diff)
downloadtestrepository-54243f705d9d8883418c9f091c44c3743cb613e8.tar.gz
Move to subunit v2 for output of stored streams.
Passing --subunit to all testr commands will now consistently output subunit v2. Previously it would output v1 for stored streams and v2 for live streams.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS8
1 files changed, 8 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index a3221e0..063a596 100644
--- a/NEWS
+++ b/NEWS
@@ -8,6 +8,10 @@ NEXT (In development)
CHANGES
-------
+* Passing --subunit to all testr commands will now consistently output subunit
+ v2. Previously it would output v1 for stored streams and v2 for live
+ streams. (Robert Collins)
+
* ``run`` was outputting bad MIME types - test/plain, not text/plain.
(Robert Collins)
@@ -20,6 +24,10 @@ CHANGES
INTERNALS
---------
+* The ``get_subunit_stream`` methods now return subunit v2 streams rather
+ than v1 streams, preparing the way for storage of native v2 streams in
+ the repository. (Robert Collins)
+
* ``UI.output_stream`` is now tested for handling of non-utf8 bytestreams.
(Robert Collins)