Skip to content

Commit

Permalink
Manual release notes update for final release.
Browse files Browse the repository at this point in the history
  • Loading branch information
adiroiban committed Sep 6, 2022
1 parent a2af618 commit 4be2e50
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions NEWS.rst
@@ -1,4 +1,4 @@
This file contains the release notes for the Twisted.
This file contains the release notes for Twisted.

It only contains high-level changes that are of interest to Twisted library users.
Users of Twisted should check the notes before planning an upgrade.
Expand All @@ -8,14 +8,18 @@ https://twisted.org/trac/ticket/<number>

.. towncrier release notes start
Twisted 22.8.0.rc1 (2022-08-28)
===============================
Twisted 22.8.0 (2022-09-06)
===========================

Twisted 22.8.0rc1 release candidate was released on 2022-08-28 and there are
no changes between the release candidate and the final release.


Features
--------

- twisted.internet.defer.maybeDeferred will now schedule a coroutine result as asynchronous operation and return a Deferred that fires with the result of the coroutine. (#10327)
- Twisted now works with Cryptography versions 37 and above, and as a result its minimum TLS protocol version has been upgraded to TLSv1.2. (#10377)
- Twisted now works with Cryptography versions 37 and above, and as a result, its minimum TLS protocol version has been upgraded to TLSv1.2. (#10377)


Bugfixes
Expand Down

0 comments on commit 4be2e50

Please sign in to comment.