summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorRobert Collins <robertc@robertcollins.net>2013-04-14 04:40:43 +1200
committerRobert Collins <robertc@robertcollins.net>2013-04-14 04:40:43 +1200
commit8d5e227ebf36deb8c5aab665b90a46e7630e0032 (patch)
tree516dd23fcdf1b42e237ad2d31ce80205ee4196f0 /NEWS
parente6fa368625b8319c860a06f72cd52d4326db36c4 (diff)
downloadtestrepository-8d5e227ebf36deb8c5aab665b90a46e7630e0032.tar.gz
Only return streams from CLI._iter_stream if the type matches the first type the command declared.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS8
1 files changed, 8 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 3816bb7..41fb14f 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,14 @@ testrepository release notes
NEXT (In development)
+++++++++++++++++++++
+CHANGES
+-------
+
+* The cli UI now has primitive differentiation between multiple stream types.
+ This is not yet exposed to the end user, but is sufficient to enable the
+ load command to take interactive input without it reading from the raw
+ subunit stream on stdin. (Robert Collins)
+
0.0.15
++++++