From 9a3caefbeb688507098df480772b2a8f7d3819ff Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Fri, 19 Apr 2024 15:20:45 -0500 Subject: [PATCH] PYTHON-4376 Fix typo in changelog (#1611) --- doc/changelog.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/changelog.rst b/doc/changelog.rst index 4f84e38a3..24987cbd9 100644 --- a/doc/changelog.rst +++ b/doc/changelog.rst @@ -48,7 +48,7 @@ PyMongo 4.7 brings a number of improvements including: .. warning:: PyMongo depends on ``dnspython``, which released version 2.6.1 with a fix for `CVE-2023-29483 `_. We do not explicitly require - that version, but we strongly recommend that you install at last that version in your environment. + that version, but we strongly recommend that you install at least that version in your environment. Unavoidable breaking changes ............................