diff --git a/changelog/unreleased/kong/support_net_src_dst_field_in_expression.yml b/changelog/unreleased/kong/support_net_src_dst_field_in_expression.yml index 90d3cfb73ab..e60ea66c3ea 100644 --- a/changelog/unreleased/kong/support_net_src_dst_field_in_expression.yml +++ b/changelog/unreleased/kong/support_net_src_dst_field_in_expression.yml @@ -1,4 +1,4 @@ message: | - make `net.src.*` and `net.dst.*` accessible in http routes as well. + `net.src.*` and `net.dst.*` match fields are now accessible in HTTP routes defined using expressions. type: feature scope: Core