Merged trunk, fixed conflict.
[third_party/subunit] / NEWS
diff --git a/NEWS b/NEWS
index b9763a35b3b591da43a53cf162a969febc181cc1..e3e805e33d1469f42616f373f3df2886a7f3c544 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,9 @@ subunit release notes
 NEXT (In development)
 ---------------------
 
+0.0.16
+------
+
 BUG FIXES
 ~~~~~~~~~
 
@@ -20,6 +23,11 @@ BUG FIXES
 * V2 parser errors now set appropriate mime types for the encapsulated packet
   data and the error message. (Robert Collins)
 
+* When tests fail to import ``python subunit.run -l ...`` will now write a 
+  subunit file attachment listing the failed imports and exit 2, rather than
+  listing the stub objects from the importer and exiting 0.
+  (Robert Collins, #1245672)
+
 IMPROVEMENTS
 ~~~~~~~~~~~~