about summary refs log tree commit diff
path: root/NEWS.md
diff options
context:
space:
mode:
authorLeah Neukirchen <leah@vuxu.org>2017-07-27 13:46:08 +0200
committerLeah Neukirchen <leah@vuxu.org>2017-07-27 13:46:08 +0200
commit85b4b2bb94c2ab4e837aa5fc99c5209cee4f58f2 (patch)
tree0f6beeecab8edb8302b5447deb775f81a9ecb4f2 /NEWS.md
parent4bdec3f2e9025964ab810f832ff768fa32c1e173 (diff)
downloadlr-85b4b2bb94c2ab4e837aa5fc99c5209cee4f58f2.tar.gz
lr-85b4b2bb94c2ab4e837aa5fc99c5209cee4f58f2.tar.xz
lr-85b4b2bb94c2ab4e837aa5fc99c5209cee4f58f2.zip
lr: breaking change: swap meaning of -Q
This is a bit unfortunate, but the better behavior in the long run.
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