Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
lafrech committed Aug 9, 2020
1 parent 48aece2 commit 90168e8
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
Changelog
---------

0.24.1 (2020-08-10)
+++++++++++++++++++

Bug fixes:

- Fix bug introduced in 0.24.0 preventing setting a status code or header when
returning a ``Response`` object. (:pr:`178`).
Thanks :user:`@marksantcroos` for reporting.

0.24.0 (2020-07-17)
+++++++++++++++++++

Expand Down Expand Up @@ -200,7 +209,7 @@ Features:
handler (:pr:`84`).
- *Backwards-incompatible*: Remove logging from error handler. Logging can be
achieved in application code by overriding ``handle_http_exception``.
Remove ``_prepare_error_response_content``. Reponse payload is computed in
Remove ``_prepare_error_response_content``. Response payload is computed in
``handle_http_exception``. (:pr:`85`)
- *Backwards-incompatible*: Remove ``InvalidLocationError``. The mapping from
webargs locations to OAS locations is done in apispec and no exception is
Expand Down

0 comments on commit 90168e8

Please sign in to comment.