summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorRobert Collins <robertc@robertcollins.net>2014-08-24 09:20:19 +1200
committerRobert Collins <robertc@robertcollins.net>2014-08-24 09:20:19 +1200
commit686bba7abc47514b1242405700259f6240061c08 (patch)
tree3120b9f592191d6134a311e6537ee28dd9695946 /NEWS
parent281f849292f2ced18397397915006d79e831a037 (diff)
downloadtestrepository-686bba7abc47514b1242405700259f6240061c08.tar.gz
Make sure output_stream can handle non-utf8 bytes
This is needed to safely output raw subunit v2 streams.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 1a27f3b..a3221e0 100644
--- a/NEWS
+++ b/NEWS
@@ -17,6 +17,12 @@ CHANGES
* When list-tests encounters an error, a much clearer response will
now be shown. (Robert Collins, #1271133)
+INTERNALS
+---------
+
+* ``UI.output_stream`` is now tested for handling of non-utf8 bytestreams.
+ (Robert Collins)
+
0.0.18
++++++