From 9270f701cf6639525b2c1cf20ee38706c34a1912 Mon Sep 17 00:00:00 2001 From: "Gabriele N. Tornetta" Date: Tue, 27 Jul 2021 14:46:54 +0100 Subject: [PATCH] fix: fix latest sanic release note --- releasenotes/notes/fix-sanic-non-str-args-4d1b0f506bee3436.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.