Skip to content

Commit ee0afac

Browse files
committed
Fix changelog formatting
1 parent dcf9cb9 commit ee0afac

File tree

1 file changed

+14
-9
lines changed

1 file changed

+14
-9
lines changed

doc/changelog.rst

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,14 @@ Changes in Version 4.15.1 (2025/09/11)
66

77
Version 4.15.1 is a bug fix release.
88

9-
- Fixed a bug in :meth:`~pymongo.synchronous.encryption.ClientEncryption.encrypt` and :meth:`~pymongo.asynchronous.encryption.AsyncClientEncryption.encrypt`
10-
that would cause a ``TypeError`` when using ``pymongocrypt<1.16`` by passing an unsupported ``type_opts`` parameter even if
11-
Queryable Encryption text queries beta was not used.
9+
- Fixed a bug in :meth:`~pymongo.synchronous.encryption.ClientEncryption.encrypt`
10+
and :meth:`~pymongo.asynchronous.encryption.AsyncClientEncryption.encrypt`
11+
that would cause a ``TypeError`` when using ``pymongocrypt<1.16`` by passing
12+
an unsupported ``type_opts`` parameter even if Queryable Encryption text
13+
queries beta was not used.
1214

13-
- Fixed a bug in ``AsyncMongoClient`` that caused a
14-
``ServerSelectionTimeoutError`` when used with ``uvicorn``, ``FastAPI``, or ``uvloop``.
15+
- Fixed a bug in ``AsyncMongoClient`` that caused a ``ServerSelectionTimeoutError``
16+
when used with ``uvicorn``, ``FastAPI``, or ``uvloop``.
1517

1618
Issues Resolved
1719
...............
@@ -33,17 +35,20 @@ PyMongo 4.15 brings a number of changes including:
3335
:attr:`~pymongo.encryption.QueryType.SUBSTRINGPREVIEW`,
3436
as part of the experimental Queryable Encryption text queries beta.
3537
``pymongocrypt>=1.16`` is required for text query support.
36-
- Added :class:`bson.decimal128.DecimalEncoder` and :class:`bson.decimal128.DecimalDecoder`
37-
to support encoding and decoding of BSON Decimal128 values to decimal.Decimal values using the TypeRegistry API.
38+
- Added :class:`bson.decimal128.DecimalEncoder` and
39+
:class:`bson.decimal128.DecimalDecoder`
40+
to support encoding and decoding of BSON Decimal128 values to
41+
decimal.Decimal values using the TypeRegistry API.
3842
- Added support for Windows ``arm64`` wheels.
3943

4044
Changes in Version 4.14.1 (2025/08/19)
4145
--------------------------------------
4246

4347
Version 4.14.1 is a bug fix release.
4448

45-
- Fixed a bug in ``MongoClient.append_metadata()`` and ``AsyncMongoClient.append_metadata()``
46-
that allowed duplicate ``DriverInfo.name`` to be appended to the metadata.
49+
- Fixed a bug in ``MongoClient.append_metadata()`` and
50+
``AsyncMongoClient.append_metadata()``
51+
that allowed duplicate ``DriverInfo.name`` to be appended to the metadata.
4752

4853
Issues Resolved
4954
...............

0 commit comments

Comments
 (0)