Reverted whitespace changes to NEWS file.
authorThomi Richards <thomi.richards@canonical.com>
Mon, 18 Nov 2013 23:53:56 +0000 (12:53 +1300)
committerThomi Richards <thomi.richards@canonical.com>
Mon, 18 Nov 2013 23:53:56 +0000 (12:53 +1300)
NEWS

diff --git a/NEWS b/NEWS
index 6e4cd219226e77ddf8db31964311f88979f42c5d..a799dd4c264f6f229bf506423c6bfea18e9e4f65 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -337,10 +337,10 @@ BUG FIXES
 IMPROVEMENTS
 ~~~~~~~~~~~~
 
-* New filter `subunit-notify` that will show a notification window with test
+* New filter `subunit-notify` that will show a notification window with test 
   statistics when the test run finishes.
 
-* subunit.run will now pipe its output to the command in the
+* subunit.run will now pipe its output to the command in the 
   SUBUNIT_FORMATTER environment variable, if set.
 
 0.0.4
@@ -359,7 +359,7 @@ BUG FIXES
 -----
 
   CHANGES:
-
+  
     * License change, by unanimous agreement of contributors to BSD/Apache
       License Version 2.0. This makes Subunit compatible with more testing
       frameworks.
@@ -367,7 +367,7 @@ BUG FIXES
   IMPROVEMENTS:
 
     * CPPUnit is now directly supported: subunit builds a cppunit listener
-      ``libcppunit-subunit``.
+      ``libcppunit-subunit``. 
 
     * In the python API ``addExpectedFailure`` and ``addUnexpectedSuccess``
       from python 2.7/3.1 are now supported. ``addExpectedFailure`` is
@@ -385,7 +385,7 @@ BUG FIXES
     * Multipart test outcomes are tentatively supported; the exact protocol
       for them, both serialiser and object is not yet finalised. Testers and
       early adopters are sought. As part of this and also in an attempt to
-      provider a more precise focus on the wire protocol and toolchain,
+      provider a more precise focus on the wire protocol and toolchain, 
       Subunit now depends on testtools (http://launchpad.net/testtools)
       release 0.9.0 or newer.
 
@@ -456,7 +456,7 @@ BUG FIXES
       and like in the protocol, if called while a test is active only applies
       to that test. (Robert Collins)
 
-    * ``TestResultFilter`` takes a new optional constructor parameter
+    * ``TestResultFilter`` takes a new optional constructor parameter 
       ``filter_predicate``.  (Martin Pool)
 
     * When a progress: directive is encountered in a subunit stream, the