* Fix serialisation problem with return codes when used with flask-restful (:issue:`98`, :issue:`93`). Thanks :user:`AdamLeyshon` for the PR.
0.8.6
******************
Bug fixes:
* Restrict webargs version to <6.0 (:issue:`176`). Thanks :user:`c-kruse` for reporting and thanks :user:`saydamir` for the PR.
0.8.5
******************
Bug fixes:
* Fix setting ``default_in`` for compatibility with newer versions of apispec (:pr:`173`). Thanks :user:`AbdealiJK` for the PR.
0.8.4
******************
Bug fixes:
* Fix passing ``default_in`` argument when generating parameters (:issue:`165`). Thanks :user:`d42` for reporting and thanks :user:`zzz4zzz` for the fix.
0.8.3
******************
Bug fixes:
* Fix compatibility with apispec>=3.0.0 (:issue:`163`). Thanks :user:`decaz`.
0.8.2
******************
Bug fixes:
* Handle multiple locations when using use_kwargs multiple times on the same view (:issue:`78`). Thanks :user:`norbert-sebok` for the PR and thanks :user:`shrsubra` for updating it.