We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7001772 commit b51962aCopy full SHA for b51962a
CHANGELOG.rst
@@ -1,14 +1,15 @@
1
Changelog
2
---------
3
4
-0.8.1 (unreleased)
+0.8.1 (2019-06-22)
5
******************
6
7
Bug fixes:
8
9
-* Fix support for ``@post_load`` methods that return a non-dictionary objec
+* Fix support for ``@post_load`` methods that return a non-dictionary object
10
(:issue:`103`). Thanks :user:`erezatiya` for reporting and thanks :user:`elatomo`
11
for the PR.
12
+* Restrict marshmallow version based on Python version (:pr:`150`).
13
14
0.8.0 (2019-02-13)
15
flask_apispec/__init__.py
@@ -4,7 +4,7 @@
from flask_apispec.extension import FlaskApiSpec
from flask_apispec.utils import Ref
-__version__ = '0.8.0'
+__version__ = '0.8.1'
__all__ = [
'doc',
'wrap_with',
0 commit comments