# HG changeset patch
# User Yuya Nishihara <yuya@tcha.org>
# Date 1602907578 -32400
#      Sat Oct 17 13:06:18 2020 +0900
# Branch stable
# Node ID 60d0634c43c20019e7b302b0ce9802496e3f40f4
# Parent  c005957365955d1a4c10ce22d6de9e100ce07619
relnotes: add diffcontains() to new features list

diff --git a/relnotes/next b/relnotes/next
--- a/relnotes/next
+++ b/relnotes/next
@@ -5,6 +5,9 @@
    source whether or not the source still exists (but the source must
    exist in the parent revision).
 
+ * New revset predicate `diffcontains(pattern)` for filtering revisions
+   in the same way as `hg grep --diff pattern`.
+
 
 == New Experimental Features ==