File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-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.6.0
5
+ -----------------------------------
6
+
7
+ - fix: relax marshmallow-sqlalchemy version constraint to fix compatibility with marshmallow>=3.24 (#2298) [Steven Loria]
8
+ - docs: Fix edit template code example (#2308) [Matthew Schmoyer]
9
+ - feat: security user groups (#2305) [Daniel Vaz Gaspar]
10
+ - ci: fix mssql on CI (#2316) [Daniel Vaz Gaspar]
11
+ - doc: update `requirements ` paths in contributing doc (#2313) [Đỗ Trọng Hải]
12
+
4
13
5
14
Improvements and Bug fixes on 4.5.4
6
15
-----------------------------------
Original file line number Diff line number Diff line change 1
1
__author__ = "Daniel Vaz Gaspar"
2
- __version__ = "4.5.4 "
2
+ __version__ = "4.6.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