* Fix Flask 2.x support (:issue:`229`). Thanks :user:`KyleJamesWalker` for the PR.
0.11.0
*******************
Features:
* Support apispec>=4.0.0 (:issue:`202`). Thanks :user:`kam193`. *Backwards-incompatible*: apispec<4.0.0 is no longer supported.
Other changes:
* *Backwards-incompatible*: Drop Python 3.5 compatibility. Only Python>=3.6 is supported.
0.10.1
*******************
Bug fixes:
* Pin to apispec<4.0.0 (:issue:`202`). Thanks :user:`catalanojuan`.
This is the last release to support apispec<4.
0.10.0
*******************
Features:
* Support webargs>=6 (:issue:`178`). Thanks :user:`mdantonio` for the PR.
Other changes:
* *Backwards-incompatible*: Drop Python 2 compatibility. Only Python>=3.5 is supported. * *Backwards-incompatible*: Drop marshmallow 2 compatibility. Only marshmallow>=3.0 is supported.
0.9.0
******************
Features:
* Add option to exclude OPTIONS requests (:issue:`111`). Thanks :user:`Brcrwilliams` for the PR.
0.8.8
******************
Bug fixes:
* Fix behavior when view returns ``(obj, status_code, headers)`` (regression in 0.8.7) (:issue:`181`). Thanks :user:`decaz` for reporting and thanks :user:`c-kruse` for the PR.