Got rid of some trailing whitespace.
[rsync/rsync.git] / NEWS
diff --git a/NEWS b/NEWS
index 7683876..70af495 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,10 +1,11 @@
-NEWS for rsync 3.0.3 (UNRELEASED)
+NEWS for rsync 3.1.0 (UNRELEASED)
 Protocol: 30 (unchanged)
-Changes since 3.0.2:
+Changes since 3.0.3:
 
   BUG FIXES:
 
-    - ...
+    - Changed the way --progress overwrites its prior output in order to make
+      it nearly impossible for the progress to get overwritten by an error.
 
   ENHANCEMENTS:
 
@@ -12,4 +13,4 @@ Changes since 3.0.2:
 
   DEVELOPER RELATED:
 
-    - Fixed a testcase failure if the tests are run as root.
+    - ...