Skip to content

Commit d219718

Browse files
committed
PYTHON-2970 Add changelog
1 parent 5b60b7f commit d219718

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

doc/changelog.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,21 @@ PyMongo 4.1 brings a number of improvements including:
2626
- :meth:`gridfs.GridOut.seek` now returns the new position in the file, to
2727
conform to the behavior of :meth:`io.IOBase.seek`.
2828

29+
Bug fixes
30+
.........
31+
32+
- Fixed a bug where the client could be unable to discover the new primary
33+
after a simultaneous replica set election and reconfig (`PYTHON-2970`_).
34+
35+
.. _PYTHON-2970: https://jira.mongodb.org/browse/PYTHON-2970
36+
37+
Issues Resolved
38+
...............
39+
40+
See the `PyMongo 4.1 release notes in JIRA`_ for the list of resolved issues
41+
in this release.
42+
43+
.. _PyMongo 4.1 release notes in JIRA: https://jira.mongodb.org/secure/ReleaseNote.jspa?projectId=10004&version=30619
2944

3045
Changes in Version 4.0
3146
----------------------

0 commit comments

Comments
 (0)