Skip to content

Commit 7c2087d

Browse files
committed
update changelog
1 parent d2fa82d commit 7c2087d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

doc/changelog.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,10 @@ Changes in Version 4.14.0 (XXXX/XX/XX)
55
--------------------------------------
66
PyMongo 4.14 brings a number of changes including:
77

8-
- Added preliminary support for Python 3.14 and 3.14 with free-threading. We do not yet support subinterpreters in Python 3.14.
9-
We do not yet support free-theading with Encryption. Full support will be added in a future release.
8+
- Added preliminary support for Python 3.14 and 3.14 with free-threading. We do not yet support the following with Python 3.14:
9+
- Subinterpreters (``concurrent.interpreters``)
10+
- Free-threading with Encryption
11+
- mod_wsgi
1012
- Removed experimental support for free-threading support in Python 3.13.
1113
- Added :attr:`bson.codec_options.TypeRegistry.codecs` and :attr:`bson.codec_options.TypeRegistry.fallback_encoder` properties
1214
to allow users to directly access the type codecs and fallback encoder for a given :class:`bson.codec_options.TypeRegistry`.

0 commit comments

Comments
 (0)