about summary refs log tree commit diff
path: root/NEWS.md
diff options
context:
space:
mode:
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.