summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 063a596..4ad26cf 100644
--- a/NEWS
+++ b/NEWS
@@ -18,6 +18,11 @@ CHANGES
* Test filtering was failing under python3 and would only apply the
filters to the first test listed by discover. (Clark Boylan, #1317607)
+* Version 0.0.18 of subunit is now a hard dependency - the v2 protocol solves
+ key issues in concurrency and stream handling. Users that cannot use subunit
+ v2 can run an older testrepository, or contact upstream to work through
+ whatever issue is blocking them. (Robert Collins)
+
* When list-tests encounters an error, a much clearer response will
now be shown. (Robert Collins, #1271133)