File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1
1
Flask-AppBuilder ChangeLog
2
2
==========================
3
3
4
+ Improvements and Bug fixes on 4.7.0
5
+ -----------------------------------
6
+
7
+ - fix: group api, OAS and payload (#2358) [Daniel Vaz Gaspar]
8
+ - fix: order by using mssql database (#2356) [ThomasP0815]
9
+ - feat(filters): add "FilterIn" and "FilterNotIn" operators with unit tests (#2354) [Enzo Martellucci]
10
+ - feat(GroupAPI): Add GroupAPI to FAB (#2339) [Enzo Martellucci]
11
+
4
12
Improvements and Bug fixes on 4.6.4
5
13
-----------------------------------
6
14
Original file line number Diff line number Diff line change 1
1
__author__ = "Daniel Vaz Gaspar"
2
- __version__ = "4.6.4 "
2
+ __version__ = "4.7.0 "
3
3
4
4
from .actions import action # noqa: F401
5
5
from .api import ModelRestApi # noqa: F401
You can’t perform that action at this time.
0 commit comments