Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
lafrech committed Oct 1, 2018
1 parent 95a1221 commit ff0d9fc
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Changelog
---------

0.9.0 (unreleased)
0.9.0 (2018-10-01)
++++++++++++++++++

Features:
Expand All @@ -28,6 +28,10 @@ Features:
``NestedQueryFlaskParser`` by default. It is renamed as
``NestedQueryArgsParser`` and it can be used by overriding
``Blueprint.ARGUMENTS_PARSER``.
- *Backwards-incompatible*: Drop Flask 0.x support. Flask>=1.0 is now required.
- Default error handler is registered for generic ``HTTPException``. Other
extensions may register other handlers for specific exceptions or codes
(:pr:`12`).

0.8.1 (2018-09-24)
++++++++++++++++++
Expand Down Expand Up @@ -87,7 +91,7 @@ Features:
- *Backwards-incompatible*: Use apispec 0.39.0 plugin class interface.
- *Backwards-incompatible*: Expose APISpec's ``register_field`` and ``register_converter methods`` from ``Api`` object. ``Api.register_converter`` signature is modified to make ``name`` parameter optional.
- Pass extra apispec plugins to internal APISpec instance.
- *Backwards-incompatible*: Drop officiel support for Python 3.4.
- *Backwards-incompatible*: Drop official support for Python 3.4.

0.5.2 (2018-06-21)
++++++++++++++++++
Expand Down

0 comments on commit ff0d9fc

Please sign in to comment.