Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v4.3.2 2026-05-09

- Fix `summary` and `description` in `__doc__` by @luolingchun in #264
- Fix the trailing / caused by register_api with url_prefix by @luolingchun in #265
- Fix crash when header not present by @luolingchun in #266

## v4.3.1 2026-01-12

- Allow const to be Any type by @alchzh in #248
Expand Down
2 changes: 1 addition & 1 deletion flask_openapi/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "5.0.0rc1"
__version__ = "5.0.0rc2"