Skip to content

Commit

Permalink
Generate the changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
twm committed Sep 18, 2024
1 parent edc3448 commit faf9446
Show file tree
Hide file tree
Showing 11 changed files with 31 additions and 7 deletions.
31 changes: 31 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,37 @@ Changelog

.. towncrier release notes start
24.9.0 (2024-09-17)
===================

Features
--------

- treq now ships type annotations. (`#366 <https:/twisted/treq/issues/366>`__)
- The new :mod:`treq.cookies` module provides helper functions for working with `http.cookiejar.Cookie` and `CookieJar` objects. (`#384 <https:/twisted/treq/issues/384>`__)
- Python 3.13 is now supported. (`#391 <https:/twisted/treq/issues/391>`__)


Bugfixes
--------

- :mod:`treq.content.text_content()` no longer generates deprecation warnings due to use of the ``cgi`` module. (`#355 <https:/twisted/treq/issues/355>`__)


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

- Mixing the *json* argument with *files* or *data* now raises `TypeError`. (`#297 <https:/twisted/treq/issues/297>`__)
- Passing non-string (`str` or `bytes`) values as part of a dict to the *headers* argument now results in a `TypeError`, as does passing any collection other than a `dict` or `Headers` instance. (`#302 <https:/twisted/treq/issues/302>`__)
- Support for Python 3.7 and PyPy 3.8, which have reached end of support, has been dropped. (`#378 <https:/twisted/treq/issues/378>`__)


Misc
----

- `#336 <https:/twisted/treq/issues/336>`__, `#382 <https:/twisted/treq/issues/382>`__, `#395 <https:/twisted/treq/issues/395>`__


23.11.0 (2023-11-03)
====================

Expand Down
1 change: 0 additions & 1 deletion changelog.d/297.removal.rst

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/302.removal.rst

This file was deleted.

Empty file removed changelog.d/336.misc.rst
Empty file.
1 change: 0 additions & 1 deletion changelog.d/355.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/366.feature.rst

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/378.removal.rst

This file was deleted.

Empty file removed changelog.d/382.misc.rst
Empty file.
1 change: 0 additions & 1 deletion changelog.d/384.feature.rst

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/391.feature.rst

This file was deleted.

Empty file removed changelog.d/395.misc.rst
Empty file.

0 comments on commit faf9446

Please sign in to comment.