Updated changelog with timeout info change (#1417)

This commit is contained in:
Jib 2023-11-01 16:25:25 -04:00 committed by GitHub
parent a09a03e5df
commit a17e412fee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
----------------------