We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7848feb commit 1c28430Copy full SHA for 1c28430
doc/changelog.rst
@@ -1,6 +1,23 @@
1
Changelog
2
=========
3
4
+Changes in Version 4.10.1
5
+-------------------------
6
+
7
+Version 4.10.1 is a bug fix release.
8
9
+- Fixed a bug where :meth:`~pymongo.results.UpdateResult.did_upsert` would raise a ``TypeError``.
10
+- Fixed Binary BSON subtype (9) support on big-endian operating systems (such as zSeries).
11
12
+Issues Resolved
13
+...............
14
15
+See the `PyMongo 4.10.1 release notes in JIRA`_ for the list of resolved issues
16
+in this release.
17
18
+.. _PyMongo 4.10.1 release notes in JIRA: https://jira.mongodb.org/secure/ReleaseNote.jspa?projectId=10004&version=40788
19
20
21
Changes in Version 4.10.0
22
-------------------------
23
0 commit comments