Release 0.0.16.
[third_party/subunit] / NEWS
diff --git a/NEWS b/NEWS
index 380eb6c163ea7d56ab108d54944b86885a2923bb..59af931ea2fab8a05ee99f5e7befadd68d0f04c1 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -5,9 +5,15 @@ subunit release notes
 NEXT (In development)
 ---------------------
 
+0.0.16
+------
+
 BUG FIXES
 ~~~~~~~~~
 
+* Perl files should now honour perl system config.
+  (Benedikt Morbach, #1233198)
+
 * Python 3.1 and 3.2 have an inconsistent memoryview implementation which
   required a workaround for NUL byte detection. (Robert Collins, #1216246)
 
@@ -17,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
 ~~~~~~~~~~~~