about summary refs log tree commit diff
path: root/NEWS.md
diff options
context:
space:
mode:
authorLeah Neukirchen <leah@vuxu.org>2017-11-24 15:37:30 +0100
committerLeah Neukirchen <leah@vuxu.org>2017-11-24 15:39:15 +0100
commit8191e3d50e3459f035e6eea510dd4acdbc709fc2 (patch)
tree408a98a0bf9a6822b96b96f6a4d09aada1aa7a8c /NEWS.md
parent21d745532f3a4ae93cc6a0479cadaf3660189933 (diff)
downloadlr-8191e3d50e3459f035e6eea510dd4acdbc709fc2.tar.gz
lr-8191e3d50e3459f035e6eea510dd4acdbc709fc2.tar.xz
lr-8191e3d50e3459f035e6eea510dd4acdbc709fc2.zip
add -P for $'...' escaping, verify UTF-8 filenames
Closes #1.
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 103acbc..8a43628 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,3 +1,8 @@
+## HEAD
+
+* Feature: new option `-P` to quote filenames with `$'...'` syntax.
+* Feature: invalid UTF-8 filenames are quoted now.
+
 ## 1.2 (2017-11-17)
 
 * Feature: new option `-B` for breadth first traversal.