about summary refs log tree commit diff
path: root/NEWS.md
diff options
context:
space:
mode:
authorLeah Neukirchen <leah@vuxu.org>2017-11-12 21:19:48 +0100
committerLeah Neukirchen <leah@vuxu.org>2017-11-12 21:19:48 +0100
commit6d84edf84c184db1ef01243320441f7111ffb548 (patch)
tree99b8517a6eda6beb5fa50c8b403d422adf56e876 /NEWS.md
parent0720b6679e247224128f52e4a30e24513dad06b5 (diff)
downloadlr-6d84edf84c184db1ef01243320441f7111ffb548.tar.gz
lr-6d84edf84c184db1ef01243320441f7111ffb548.tar.xz
lr-6d84edf84c184db1ef01243320441f7111ffb548.zip
revert making prune be false
This makes things more confusing in the end (and is not how find(1)
works either).
Diffstat (limited to 'NEWS.md')
-rw-r--r--NEWS.md3
1 files changed, 0 insertions, 3 deletions
diff --git a/NEWS.md b/NEWS.md
index c2b61f3..6b2968e 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,8 +1,5 @@
 ## HEAD
 
-* **Breaking change**: `prune` now evaluates to a false value.
-  The common find(1) idiom is now best written as `name = "x" ? prune : print`.
-
 * Feature: new option `-B` for breadth first traversal.
 * Feature: new syntax `? :` for ternary operator.
 * Significant speed-up as tsearch is not used anymore.