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 3a59faa commit 2261de9Copy full SHA for 2261de9
CHANGELOG.rst
@@ -1,6 +1,17 @@
1
Changelog
2
---------
3
4
+6.0.0b1 (2022-10-04)
5
+********************
6
+
7
+Features:
8
9
+- Add ``OpenAPIConverter.add_parameter_attribute_function`` to allow
10
+ documentation of custom list fields such as webargs ``DelimitedList``
11
+ (:pr:`778`).
12
+- *Backwards-incompatible*: Remove ``OpenAPIVersion`` and use ``packaging.Version``
13
+ instead (:pr:`801`).
14
15
5.2.2 (2022-05-13)
16
******************
17
src/apispec/__init__.py
@@ -3,5 +3,5 @@
from .core import APISpec
from .plugin import BasePlugin
-__version__ = "5.2.2"
+__version__ = "6.0.0b1"
__all__ = ["APISpec", "BasePlugin"]
0 commit comments