Skip to content

Commit

Permalink
PYTHON-4808 Add changelog for 4.10.1 (#1890)
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 authored Oct 1, 2024
1 parent 7848feb commit 1c28430
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions doc/changelog.rst
Original file line number Diff line number Diff line change
@@ -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
-------------------------

Expand Down

0 comments on commit 1c28430

Please sign in to comment.