From 54243f705d9d8883418c9f091c44c3743cb613e8 Mon Sep 17 00:00:00 2001 From: Robert Collins Date: Sun, 24 Aug 2014 09:34:06 +1200 Subject: 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. --- NEWS | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'NEWS') 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) -- cgit v1.2.1