Skip to content

Commit 5fa117f

Browse files
committed
change changelog line ft noah's suggestion
1 parent 350f103 commit 5fa117f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/changelog.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ Version 4.12.1 is a bug fix release.
1212
- Fixed a bug that caused direct use of ``pymongo.uri_parser`` to raise an ``AttributeError``.
1313
- Removed Eventlet testing against Python versions newer than 3.9 since
1414
Eventlet is actively being sunset by its maintainers and has compatibility issues with PyMongo's dnspython dependency.
15-
- Fixed a bug that would try to use PyOpenSSL with AsyncMongoClient, causing the client to fail.
15+
- Fixed a bug that would cause AsyncMongoClient to attempt to use PyOpenSSL when available, resulting in errors such as
16+
"pymongo.errors.ServerSelectionTimeoutError: 'SSLContext' object has no attribute 'wrap_bio'"
1617

1718

1819
Issues Resolved

0 commit comments

Comments
 (0)