Skip to content

Commit

Permalink
tuning words
Browse files Browse the repository at this point in the history
  • Loading branch information
chronolaw committed Jan 25, 2024
1 parent c9861c5 commit 30a33e0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion changelog/unreleased/kong/expressions_not_operator.yml
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit 30a33e0

Please sign in to comment.