Skip to content

Commit

Permalink
Add a changelog entry for marshmallow-code#935
Browse files Browse the repository at this point in the history
  • Loading branch information
sirosen committed Apr 25, 2024
1 parent 106d5c1 commit cf078ac
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@ Other changes:

* Test against Python 3.12.

* Async location loading now supports loader functions which are not themselves
async, but which return an awaitable result. This means that users who are
already handling awaitable objects can return them from non-async loaders and
expect ``webargs`` to ``await`` them. This allows some async interactions
with supported frameworks, where the ``webargs``-provided parser returns a
framework object and the framework can be set to return awaitables, e.g.,
the Falcon parser. Thanks :user:`j0k2r` for the PR! (:pr:`935`)

8.4.0 (2024-01-07)
******************

Expand Down

0 comments on commit cf078ac

Please sign in to comment.