Skip to content
Open
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
9 changes: 9 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
Flask-AppBuilder ChangeLog
==========================

Improvements and Bug fixes on 5.0.1rc1
-----------------------------------

- Import RequestLimit from public namespace (#2398) [Ali-Akber Saifee]
- feat: support JSON columns (#2383) [Beto Dealmeida]
- fix(ci): move ldap to bitnami legacy (#2402) [Daniel Vaz Gaspar]
- chore: apply APPLICATION_ROOT to swagger URL (#2394) [Elizabeth Thompson]
- docs: improve 5.0.0 version migration (#2392) [Daniel Vaz Gaspar]

Improvements and Bug fixes on 5.0.0
-----------------------------------

Expand Down
2 changes: 1 addition & 1 deletion flask_appbuilder/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__author__ = "Daniel Vaz Gaspar"
__version__ = "5.0.0"
__version__ = "5.0.1rc1"

from .actions import action # noqa: F401
from .api import ModelRestApi # noqa: F401
Expand Down