From 1b7960cf44cab6abd3a812fc764ad5bc5a347717 Mon Sep 17 00:00:00 2001 From: Casey Clements Date: Thu, 2 Oct 2025 11:25:31 -0400 Subject: [PATCH 1/2] Adds v4.15.2 notes to changelog --- doc/changelog.rst | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/doc/changelog.rst b/doc/changelog.rst index b96b3082f8..5620d18eb7 100644 --- a/doc/changelog.rst +++ b/doc/changelog.rst @@ -17,6 +17,21 @@ PyMongo 4.16 brings a number of changes including: - Removed support for Eventlet. Eventlet is actively being sunset by its maintainers and has compatibility issues with PyMongo's dnspython dependency. +Changes in Version 4.15.2 (2025/10/01) +-------------------------------------- + +Version 4.15.2 is a bug fix release. + +- Add wheels for Python 3.14 and 3.14t that were missing from 4.15.0 release. Drop the 3.13t wheel. + +Issues Resolved +............... + +See the `PyMongo 4.15.2 release notes in JIRA`_ for the list of resolved issues +in this release. + +.. _PyMongo 4.15.2 release notes in JIRA: https://jira.mongodb.org/secure/ReleaseNote.jspa?projectId=10004&version=47186 + Changes in Version 4.15.1 (2025/09/16) -------------------------------------- From 3a3d29a3dca6bcfd97c9b5169a52a52efc54247f Mon Sep 17 00:00:00 2001 From: Casey Clements Date: Thu, 2 Oct 2025 11:37:12 -0400 Subject: [PATCH 2/2] Single-spaced --- doc/changelog.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/changelog.rst b/doc/changelog.rst index 5620d18eb7..82df4cdb07 100644 --- a/doc/changelog.rst +++ b/doc/changelog.rst @@ -22,7 +22,7 @@ Changes in Version 4.15.2 (2025/10/01) Version 4.15.2 is a bug fix release. -- Add wheels for Python 3.14 and 3.14t that were missing from 4.15.0 release. Drop the 3.13t wheel. +- Add wheels for Python 3.14 and 3.14t that were missing from 4.15.0 release. Drop the 3.13t wheel. Issues Resolved ...............