Make the extra info on the "exists" messages optional.
[rsync.git] / NEWS.md
diff --git a/NEWS.md b/NEWS.md
index 5254e6a9681ed4f79a25e0e380b4dc3e20d9e24c..d978222c40dd473a26aeb0a64330a1b5a7ce77ae 100644 (file)
--- a/NEWS.md
+++ b/NEWS.md
@@ -4,16 +4,6 @@
 
 ## Changes in this version:
 
-### OUTPUT CHANGES:
-
- - Added a parenthetic suffix to the "FILENAME exists" output of
-   `--ignore-existing --info=skip` (note that `-vv` implies `--info=skip`).
-   The skip message is now "FILENAME exists (INFO)" where the INFO is one of
-   uptodate, type differs, or differs.  The suffix may be omitted when using
-   `--checksum` unless `--info=skip2` was used (since we don't want to slow
-   down rsync with extra checksum operations unless the user really wants to
-   see the full difference info).
-
 ### BUG FIXES:
 
  - Fix a bug with `--mkpath` if a single-file copy specifies an existing
 
  - Optimize the AVX2 checksum code a bit more.
 
+ - Added extra info to the "FILENAME exists" output of `--ignore-existing` when
+   `--info=skip2` is used.  The skip message becomes "FILENAME exists (INFO)"
+   where the INFO is one of uptodate, type differs, or differs.
+
  - Some manpage improvements.
 
 ### PACKAGING RELATED: