summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
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)