diff options
author | Leah Neukirchen <leah@vuxu.org> | 2017-11-17 17:21:11 +0100 |
---|---|---|
committer | Leah Neukirchen <leah@vuxu.org> | 2017-11-17 17:21:11 +0100 |
commit | 603c12cdf15afcbc9131369583dcdf5e8beadbe9 (patch) | |
tree | f851836fddca1daf0bd75b890181bb101b5dd892 | |
parent | 126759f63d8693c8d264db60cfd0f89e7b727e4a (diff) | |
download | lr-1.2.tar.gz lr-1.2.tar.xz lr-1.2.zip |
NEWS.md: update for 1.2 v1.2
-rw-r--r-- | NEWS.md | 4 |
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) |