diff --git a/releasenotes/notes/fix-sanic-non-str-args-4d1b0f506bee3436.yaml b/releasenotes/notes/fix-sanic-non-str-args-4d1b0f506bee3436.yaml index 54bb7eba9bd..215c1e133d7 100644 --- a/releasenotes/notes/fix-sanic-non-str-args-4d1b0f506bee3436.yaml +++ b/releasenotes/notes/fix-sanic-non-str-args-4d1b0f506bee3436.yaml @@ -1,4 +1,4 @@ --- fixes: - | - Fixed the handling of endpoint paths with non-string arguments, + Fixed the handling of sanic endpoint paths with non-string arguments.