From a17e412feedfa99d58e3c31f1073f6f84a9f16f7 Mon Sep 17 00:00:00 2001 From: Jib Date: Wed, 1 Nov 2023 16:25:25 -0400 Subject: [PATCH] Updated changelog with timeout info change (#1417) --- doc/changelog.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/changelog.rst b/doc/changelog.rst index 38b3049c0..e04452e48 100644 --- a/doc/changelog.rst +++ b/doc/changelog.rst @@ -31,6 +31,7 @@ PyMongo 4.6 brings a number of improvements including: - Fixed a bug where PyMongo would incorrectly promote all cursors to exhaust cursors when connected to load balanced MongoDB clusters or Serverless clusters. - Added the :ref:`network-compression-example` documentation page. +- Added more timeout information to network errors. Changes in Version 4.5 ----------------------