Skip to content

Commit

Permalink
Fix empty trial newsfragment that was causing towncrier failures.
Browse files Browse the repository at this point in the history
  • Loading branch information
adiroiban committed Jul 23, 2021
1 parent 9b5ece6 commit 12ef4c5
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
16 changes: 15 additions & 1 deletion NEWS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,28 @@ http://twistedmatrix.com/trac/ticket/<number>

.. towncrier release notes start
Twisted 21.7.0.rc3 (2021-07-23)
===============================

Bugfixes
--------

- The automated release process was updated to generate and release wheel files
to PyPy (#10236)
- The changes to ``DelayedCall.__repr__`` and ``LoopingCall.__repr__`` from
21.7.0.rc1 were reverted as the wrong assumption that ``__qualname__`` is
available on all the supported Python versions.


Twisted 21.7.0.rc2 (2021-07-20)
===============================

Bugfixes
--------

- twisted.internet.defer.inlineCallbacks has an improved type annotation, to avoid typing errors when it is used on a function which returns a non-None result. (#10231)
- trial.runner.filenameToModule now sets the correct `module.__name__` and `sys.modules` key (#10230)
- trial.runner.filenameToModule now sets the correct ``module.__name__`` and ``sys.modules`` key (#10230)


Twisted 21.7.0.rc1 (2021-07-10)
Expand Down
1 change: 1 addition & 0 deletions src/twisted/trial/newsfragments/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
!.gitignore

0 comments on commit 12ef4c5

Please sign in to comment.