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

Improvements and Bug fixes on 4.7.0
-----------------------------------

- fix: group api, OAS and payload (#2358) [Daniel Vaz Gaspar]
- fix: order by using mssql database (#2356) [ThomasP0815]
- feat(filters): add "FilterIn" and "FilterNotIn" operators with unit tests (#2354) [Enzo Martellucci]
- feat(GroupAPI): Add GroupAPI to FAB (#2339) [Enzo Martellucci]

Improvements and Bug fixes on 4.6.4
-----------------------------------

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__ = "4.6.4"
__version__ = "4.7.0"

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