Skip to content

Commit 90168e8

Browse files
committed
Update CHANGELOG
1 parent 48aece2 commit 90168e8

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

CHANGELOG.rst

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
Changelog
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+
413
0.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

0 commit comments

Comments
 (0)