Skip to content

Commit

Permalink
tox -e towncrier
Browse files Browse the repository at this point in the history
  • Loading branch information
adiroiban committed Feb 8, 2022
1 parent 7cbf195 commit 766bcd3
Show file tree
Hide file tree
Showing 10 changed files with 71 additions and 7 deletions.
71 changes: 71 additions & 0 deletions NEWS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,77 @@ http://twistedmatrix.com/trac/ticket/<number>

.. towncrier release notes start
Twisted 22.2.0.rc1 (2022-02-08)
===============================

Bugfixes
--------

- twisted.internet.gireactor.PortableGIReactor.simulate and twisted.internet.gtk2reactor.PortableGtkReactor.simulate no longer raises TypeError when there are no delayed called. This was a regression introduced with the migration to Python3 in which the builtin `min` function no longer accepts `None` as an argument. (#9660)
- twisted.conch.ssh.transport.SSHTransportBase now disconnects the remote peer if the
SSH version string is not sent in the first 4096 bytes. (#10284)


Improved Documentation
----------------------

- Add type annotations for twisted.web.http.Request.getHeader. (#10270)


Deprecations and Removals
-------------------------

- Support for Python 3.6, which is EoL as of 2021-09-04, has been deprecated. (#10303)


Misc
----

- #10216, #10299, #10300


Conch
-----

Misc
~~~~

- #10298


Web
---

No significant changes.


Mail
----

No significant changes.


Words
-----

No significant changes.


Names
-----

No significant changes.


Trial
-----

Bugfixes
~~~~~~~~

- _dist.test.test_workertrial now correctly compare strings via assertEqual() and pass on PyPy3 (#10302)


Twisted 22.1.0 (2022-02-03)
===========================

Expand Down
Empty file.
Empty file.
2 changes: 0 additions & 2 deletions src/twisted/newsfragments/10270.doc

This file was deleted.

2 changes: 0 additions & 2 deletions src/twisted/newsfragments/10284.bugfix

This file was deleted.

Empty file.
Empty file.
1 change: 0 additions & 1 deletion src/twisted/newsfragments/10303.removal

This file was deleted.

1 change: 0 additions & 1 deletion src/twisted/newsfragments/9660.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion src/twisted/trial/newsfragments/10302.bugfix

This file was deleted.

0 comments on commit 766bcd3

Please sign in to comment.