We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf591cb commit c6f6c8dCopy full SHA for c6f6c8d
CHANGELOG.rst
@@ -1,6 +1,14 @@
1
Changelog
2
---------
3
4
+0.8.2 (2019-09-16)
5
+******************
6
+
7
+Bug fixes:
8
9
+* Handle multiple locations when using use_kwargs multiple times on the same view (:issue:`78`).
10
+ Thanks :user:`norbert-sebok` for the PR and thanks :user:`shrsubra` for updating it.
11
12
0.8.1 (2019-06-22)
13
******************
14
flask_apispec/__init__.py
@@ -4,7 +4,7 @@
from flask_apispec.extension import FlaskApiSpec
from flask_apispec.utils import Ref
-__version__ = '0.8.1'
+__version__ = '0.8.2'
__all__ = [
'doc',
'wrap_with',
0 commit comments