From f3c44bdadbc0030266b63d7c120a2d5eb921f16b Mon Sep 17 00:00:00 2001 From: Neel Shah Date: Tue, 25 Jan 2022 14:26:19 +0100 Subject: [PATCH] meta: Fix changelog typo (#1321) --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 45eb18f133..e32a9590b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,7 +22,7 @@ A major release `N` implies the previous release `N-1` will no longer receive up ## 1.5.4 -- Add Python 3.10 to text suite (#1309) +- Add Python 3.10 to test suite (#1309) - Capture only 5xx HTTP errors in Falcon Integration (#1314) - Attempt custom urlconf resolve in `got_request_exception` as well (#1317)