Skip to content

Commit e55ac41

Browse files
committed
Update changelog
1 parent ce7074a commit e55ac41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/changelog.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ Changes in Version 4.16.0 (XXXX/XX/XX)
66

77
PyMongo 4.16 brings a number of changes including:
88

9-
.. warning:: PyMongo 4.16 drops support for Python 3.9: Python 3.10+ is now required.
9+
.. warning:: PyMongo 4.16 drops support for Python 3.9 and PyPy 3.10: Python 3.10+ or PyPy 3.11+ is now required.
1010

11-
- Dropped support for Python 3.9.
11+
- Dropped support for Python 3.9 and PyPy 3.10.
1212
- Removed invalid documents from :class:`bson.errors.InvalidDocument` error messages as
1313
doing so may leak sensitive user data.
1414
Instead, invalid documents are stored in :attr:`bson.errors.InvalidDocument.document`.

0 commit comments

Comments
 (0)