File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Changelog
22---------
33
4+ 0.24.1 (2020-08-10)
5+ +++++++++++++++++++
6+
7+ Bug fixes:
8+
9+ - Fix bug introduced in 0.24.0 preventing setting a status code or header when
10+ returning a ``Response `` object. (:pr: `178 `).
11+ Thanks :user: `@marksantcroos ` for reporting.
12+
4130.24.0 (2020-07-17)
514+++++++++++++++++++
615
@@ -200,7 +209,7 @@ Features:
200209 handler (:pr: `84 `).
201210- *Backwards-incompatible *: Remove logging from error handler. Logging can be
202211 achieved in application code by overriding ``handle_http_exception ``.
203- Remove ``_prepare_error_response_content ``. Reponse payload is computed in
212+ Remove ``_prepare_error_response_content ``. Response payload is computed in
204213 ``handle_http_exception ``. (:pr: `85 `)
205214- *Backwards-incompatible *: Remove ``InvalidLocationError ``. The mapping from
206215 webargs locations to OAS locations is done in apispec and no exception is
You can’t perform that action at this time.
0 commit comments