Skip to content

Commit b587e4e

Browse files
committed
release v2.0.0rc2
1 parent 0feb8f3 commit b587e4e

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
11
## 2.0.0 2022-??-??
22

3+
- [#26]((https://github.com/luolingchun/flask-openapi3/issues/26)) fix: Body throws exception when receiving str instead of dict. Thanks @nor3th
34
- [#17](https://github.com/luolingchun/flask-openapi3/issues/17) Support for Nested APIBlueprint enhancement. Thanks @dvaerum
45
- [#23](https://github.com/luolingchun/flask-openapi3/pull/23) Fixed externalDocs support. Thanks @dvaerum
56
- Add `flask openapi` command
6-
- Remove export markdown to `flask openapi` command
7+
- add options in view functions
8+
- Support for empty response body. Thanks @dvaerum
79
- Upgrade flask to v2.0
810

11+
### Breaking Changes
12+
13+
- Remove export markdown to `flask openapi` command
14+
915
## v1.1.4 2022-05-05
1016

1117
- fix: Trailing slash in APIBlueprint

flask_openapi3/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# @Author : llc
33
# @Time : 2022/4/30 9:20
44

5-
__version__ = '2.0.0rc1'
5+
__version__ = '2.0.0rc2'

0 commit comments

Comments
 (0)