From 30a33e06478110baea45341c695e5dcf576f6d70 Mon Sep 17 00:00:00 2001 From: chronolaw Date: Thu, 25 Jan 2024 16:27:49 +0800 Subject: [PATCH] tuning words --- changelog/unreleased/kong/expressions_not_operator.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/changelog/unreleased/kong/expressions_not_operator.yml b/changelog/unreleased/kong/expressions_not_operator.yml index dd6bd2394165..6f39471630e1 100644 --- a/changelog/unreleased/kong/expressions_not_operator.yml +++ b/changelog/unreleased/kong/expressions_not_operator.yml @@ -1,3 +1,5 @@ -message: The expressions route now supports the `!` (not) operator, which allows creating routes like `!(http.path =^)` and `!(http.path == "/a" || http.path == "/b")` +message: | + The expressions route now supports the `!` (not) operator, which allows creating routes like + `!(http.path =^ "/a")` and `!(http.path == "/a" || http.path == "/b")` type: "feature" scope: "Core"