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 11Changelog
22---------
33
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+
4206.0.0b1 (2022-10-04)
521********************
622
Original file line number Diff line number Diff line change 33from .core import APISpec
44from .plugin import BasePlugin
55
6- __version__ = "6.0.0b1 "
6+ __version__ = "6.0.0 "
77__all__ = ["APISpec" , "BasePlugin" ]
You can’t perform that action at this time.
0 commit comments