Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
lafrech committed Jul 15, 2019
1 parent e86a192 commit cd40109
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
Changelog
---------

0.17.0 (unreleased)
+++++++++++++++++++

Features:

- *Backwards-incompatible*: Only return status code and short name in error
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
``handle_http_exception``. (:pr:`85`)

0.16.1 (2019-07-15)
+++++++++++++++++++

Expand Down

0 comments on commit cd40109

Please sign in to comment.