aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 6e2b1fe00e2..3d5e0a09569 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -2327,7 +2327,7 @@ expressions from simpler parts.
2327 2327
2328+++ 2328+++
2329*** Nested 'or' forms of strings guarantee a longest match. 2329*** Nested 'or' forms of strings guarantee a longest match.
2330For example, (or (or "IN" "OUT") (or "INPUT" "OUTPUT")) now matches 2330For example, '(or (or "IN" "OUT") (or "INPUT" "OUTPUT"))' now matches
2331the whole string "INPUT" if present, not just "IN". Previously, this 2331the whole string "INPUT" if present, not just "IN". Previously, this
2332was only guaranteed inside a single 'or' form of string literals. 2332was only guaranteed inside a single 'or' form of string literals.
2333 2333