Skip to content

Commit 094a320

Browse files
authored
PYTHON-5284 - Update changelog for Eventlet testing removal (#2293)
1 parent db1449b commit 094a320

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

doc/changelog.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ Version 4.12.1 is a bug fix release.
1010
- Fixed a bug that could raise ``UnboundLocalError`` when creating asynchronous connections over SSL.
1111
- Fixed a bug causing SRV hostname validation to fail when resolver and resolved hostnames are identical with three domain levels.
1212
- Fixed a bug that caused direct use of ``pymongo.uri_parser`` to raise an ``AttributeError``.
13+
- Removed Eventlet testing against Python versions newer than 3.9 since
14+
Eventlet is actively being sunset by its maintainers and has compatibility issues with PyMongo's dnspython dependency.
15+
1316

1417
Issues Resolved
1518
...............

0 commit comments

Comments
 (0)