Skip to content

Commit 5139adb

Browse files
authored
PYTHON-4515 [v4.8] Update changelog for 4.8 (#1710)
1 parent b3c55ff commit 5139adb

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

doc/changelog.rst

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,15 @@ PyMongo 4.8 brings a number of improvements including:
1111
- The handshake metadata for "os.name" on Windows has been simplified to "Windows" to improve import time.
1212
- The repr of ``bson.binary.Binary`` is now redacted when the subtype is SENSITIVE_SUBTYPE(8).
1313
- A new asynchronous API with full asyncio support.
14+
- Secure Software Development Life Cycle automation for release process.
15+
GitHub Releases now include a Software Bill of Materials, and signature
16+
files corresponding to the distribution files released on PyPI.
1417

1518
Unavoidable breaking changes
1619
............................
1720

18-
- Since we are now using ``hatch`` as our build backend, we no longer have a ``setup.py`` file
19-
and require installation using ``pip``.
21+
- Since we are now using ``hatch`` as our build backend, we no longer have a usable ``setup.py`` file
22+
and require installation using ``pip``. Attempts to invoke the ``setup.py`` file will raise an exception.
2023

2124
Changes in Version 4.7.3
2225
-------------------------

0 commit comments

Comments
 (0)