Skip to content

Commit 1efd94d

Browse files
committed
Add warning
1 parent f08c19b commit 1efd94d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

doc/changelog.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ Changelog
44
Changes in Version 4.14.0 (2025/08/06)
55
--------------------------------------
66

7+
.. warning:: PyMongo 4.14 drops support for MongoDB 4.0. PyMongo now supports
8+
MongoDB 4.2+.
9+
710
PyMongo 4.14 brings a number of changes including:
811

912
- Dropped support for MongoDB 4.0.
@@ -28,7 +31,7 @@ PyMongo 4.14 brings a number of changes including:
2831
:class:`bson.binary.BinaryVector`, a ``ValueError`` will be raised if the
2932
'padding' metadata field is < 0 or > 7, or non-zero for any type other than
3033
PACKED_BIT.
31-
- Changed :meth:`~pymongo.uri_parser.parse_uri`'s ``options`` parameter to be
34+
- Changed :meth:`~pymongo.uri_parser.parse_uri`'s ``options`` return value to be
3235
type ``dict`` instead of ``_CaseInsensitiveDictionary``.
3336

3437
Changes in Version 4.13.2 (2025/06/17)

0 commit comments

Comments
 (0)