summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--etc/NEWS5
1 files changed, 4 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 3d5e0a09569..8d0e0b67591 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -2323,7 +2323,10 @@ With 'or' and 'not', it can be used to compose character-matching
expressions from simpler parts.
+++
-*** 'not' argument can now be a character or single-char string.
+*** 'not' now accepts more argument types.
+The argument can now also be a character, a single-character string,
+an 'intersection' form, or an 'or' form whose arguments each match a
+single character.
+++
*** Nested 'or' forms of strings guarantee a longest match.