diff --git a/changelog/unreleased/expressions_not_operator.yml b/changelog/unreleased/expressions_not_operator.yml deleted file mode 100644 index dd6bd239416..00000000000 --- a/changelog/unreleased/expressions_not_operator.yml +++ /dev/null @@ -1,3 +0,0 @@ -message: The expressions route now supports the `!` (not) operator, which allows creating routes like `!(http.path =^)` and `!(http.path == "/a" || http.path == "/b")` -type: "feature" -scope: "Core" diff --git a/changelog/unreleased/kong/expressions_not_operator.yml b/changelog/unreleased/kong/expressions_not_operator.yml new file mode 100644 index 00000000000..6f39471630e --- /dev/null +++ b/changelog/unreleased/kong/expressions_not_operator.yml @@ -0,0 +1,5 @@ +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"