PYTHON-4808 Add changelog for 4.10.1 (#1890)

This commit is contained in:
Steven Silvester 2024-10-01 17:52:16 -05:00 committed by GitHub
parent 7848feb09a
commit 1c28430725
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,23 @@
Changelog
=========
Changes in Version 4.10.1
-------------------------
Version 4.10.1 is a bug fix release.
- Fixed a bug where :meth:`~pymongo.results.UpdateResult.did_upsert` would raise a ``TypeError``.
- Fixed Binary BSON subtype (9) support on big-endian operating systems (such as zSeries).
Issues Resolved
...............
See the `PyMongo 4.10.1 release notes in JIRA`_ for the list of resolved issues
in this release.
.. _PyMongo 4.10.1 release notes in JIRA: https://jira.mongodb.org/secure/ReleaseNote.jspa?projectId=10004&version=40788
Changes in Version 4.10.0
-------------------------