about summary refs log tree commit diff
path: root/NEWS.md
diff options
context:
space:
mode:
authorLeah Neukirchen <leah@vuxu.org>2017-11-17 17:21:11 +0100
committerLeah Neukirchen <leah@vuxu.org>2017-11-17 17:21:11 +0100
commit603c12cdf15afcbc9131369583dcdf5e8beadbe9 (patch)
treef851836fddca1daf0bd75b890181bb101b5dd892 /NEWS.md
parent126759f63d8693c8d264db60cfd0f89e7b727e4a (diff)
downloadlr-603c12cdf15afcbc9131369583dcdf5e8beadbe9.tar.gz
lr-603c12cdf15afcbc9131369583dcdf5e8beadbe9.tar.xz
lr-603c12cdf15afcbc9131369583dcdf5e8beadbe9.zip
NEWS.md: update for 1.2 v1.2
Diffstat (limited to 'NEWS.md')
-rw-r--r--NEWS.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/NEWS.md b/NEWS.md
index 7732c35..103acbc 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,4 +1,4 @@
-## HEAD
+## 1.2 (2017-11-17)
 
 * Feature: new option `-B` for breadth first traversal.
 * Feature: new syntax `? :` for ternary operator.
@@ -6,6 +6,8 @@
   The common find(1) idiom `-name x -prune -o -print`
   is now best written as `name = "x" ? prune && skip : print`.
 * Significant speed-up as tsearch is not used anymore.
+* Lower memory usage for -U.
+* Default widths for -U.
 
 ## 1.1 (2017-10-29)