Skip to content

Commit

Permalink
Update documentation for request body in v3
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruwann committed Oct 21, 2023
1 parent 11e365d commit 13022ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/v3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ Smaller breaking changes
* The ``MethodViewResolver`` has been renamed to ``MethodResolver``, and a new ``MethodViewResolver``
has been added to work with Flask's ``MethodView`` specifically.
* Built-in support for uWSGI has been removed. You can re-add this functionality using a custom middleware.
* The request body is now passed through for ``PATCH``, ``POST``, and ``PUT`` methods as well.


Non-breaking changes
Expand Down

0 comments on commit 13022ea

Please sign in to comment.