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, 3 insertions, 0 deletions
diff --git a/NEWS.md b/NEWS.md
index 5dd0ffe..878062a 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,5 +1,8 @@
 ## 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.