File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
---------
3
3
4
+ 6.0.0 (2022-10-15)
5
+ ******************
6
+
7
+ Features:
8
+
9
+ - Support ``fields.Enum `` (:pr: `802 `).
10
+ - *Backwards-incompatible *: Change ``MarshmallowPlugin.map_to_openapi_type ``
11
+ from a decorator to a classic function, taking a field as first argument
12
+ (:pr: `804 `).
13
+ - *Backwards-incompatible *: Remove ``validate_spec `` from public API. Users may
14
+ call their validator of choice directly (:pr: `803 `).
15
+
16
+ Other changes:
17
+
18
+ - Drop support for marshmallow < 3.18.0 (:pr: `802 `).
19
+
4
20
6.0.0b1 (2022-10-04)
5
21
********************
6
22
Original file line number Diff line number Diff line change 3
3
from .core import APISpec
4
4
from .plugin import BasePlugin
5
5
6
- __version__ = "6.0.0b1 "
6
+ __version__ = "6.0.0 "
7
7
__all__ = ["APISpec" , "BasePlugin" ]
You can’t perform that action at this time.
0 commit comments