From f61c6d1726ab881120349afaf862b8f753fef3c1 Mon Sep 17 00:00:00 2001 From: Tomer Nosrati Date: Thu, 11 Jul 2024 18:48:11 +0300 Subject: [PATCH] Fixed typo in Changelog for v5.4.0rc2 (#2057) --- Changelog.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Changelog.rst b/Changelog.rst index d49c4a52..64807654 100644 --- a/Changelog.rst +++ b/Changelog.rst @@ -11,7 +11,7 @@ :release-date: 11 July, 2024 :release-by: Tomer Nosrati -The ``requests`` is no longer limited to <2.32.0 per #2041. +The ``requests`` package is no longer limited to <2.32.0 per #2041. Contribution #2007 by @awmackowiak was confirmed to have solved the Redis reconnection bug. - Bump mypy from 1.10.0 to 1.10.1 (#2039)