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.6.1
5
+ -----------------------------------
6
+
7
+ - fix: improve API for role users update (#2328) [Daniel Vaz Gaspar]
8
+ - fix: openAPI spec for security update role users (#2326) [Daniel Vaz Gaspar]
9
+ - feat(RoleApi): Add role/:id/users endpoint (#2319) [Enzo Martellucci]
10
+ - fix: Ensure sub is a string when generating JWT tokens (#2321) [Paul Rhodes]
11
+
4
12
Improvements and Bug fixes on 4.6.0
5
13
-----------------------------------
6
14
Original file line number Diff line number Diff line change 1
1
__author__ = "Daniel Vaz Gaspar"
2
- __version__ = "4.6.0 "
2
+ __version__ = "4.6.1 "
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