about summary refs log tree commit diff
path: root/NEWS.md
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS.md')
-rw-r--r--NEWS.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS.md b/NEWS.md
index f6bd01e..22d8499 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,5 +1,10 @@
 ## HEAD
 
+* **Breaking change**: the `-Q` flag changed meaning to *enable* quoting
+  (as it does in GNU ls), since shell quoting is not so useful in many
+  cases using a pipe.  Filenames are quoted by default when printing
+  to TTY.
+
 ## 0.4 (2017-04-25)
 
 * Feature: argument '-' means read files from standard input