about summary refs log tree commit diff
path: root/NEWS.md
diff options
context:
space:
mode:
authorLeah Neukirchen <leah@vuxu.org>2017-08-29 16:36:43 +0200
committerLeah Neukirchen <leah@vuxu.org>2017-08-29 17:07:30 +0200
commita622eea55a1e7b7d695f012bc8474422636ed8da (patch)
treea46b19665911b55ae482a4cd0870c4af7d8497e8 /NEWS.md
parent94c3fded196b94eede0cb9fd685f9211d15f70ae (diff)
downloadlr-a622eea55a1e7b7d695f012bc8474422636ed8da.tar.gz
lr-a622eea55a1e7b7d695f012bc8474422636ed8da.tar.xz
lr-a622eea55a1e7b7d695f012bc8474422636ed8da.zip
NEWS.md: update for 1.0 v1.0
Diffstat (limited to 'NEWS.md')
-rw-r--r--NEWS.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS.md b/NEWS.md
index 40c5c1b..ee022ab 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,5 +1,7 @@
 ## HEAD
 
+## 1.0 (2017-08-29)
+
 * **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
@@ -9,6 +11,7 @@
 * Feature: new option `-C` to change the color of files.
 * Feature: new action `color <num>` to change the color of files.
 * Feature: new argument `@file` to read file names from a file.
+* Feature: negated string operations `!=`, `!===`, `!~~`, `!~`, `!=~~`.
 * Bug: lr now reports errors and sets exit code when toplevel
   arguments can not be stat'ed.