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.2.1
5
+ -----------------------------------
6
+
7
+ - ci: fix pyodbc install failure (#1992) [Daniel Vaz Gaspar]
8
+ - fix: Remove unused parameter from QuerySelectMultipleField instantiation (#1991) [Dosenpfand]
9
+ - fix: Make sure user input is not treated as safe in the oauth view (#1978) [Glenn Schuurman]
10
+ - fix: don't use root logger on safe decorator (#1990) [Igor Khrol]
11
+ - chore: upgrade Font Awesome to version 6 (#1979) [Daniel Vaz Gaspar]
12
+
4
13
Improvements and Bug fixes on 4.2.0
5
14
-----------------------------------
6
15
Original file line number Diff line number Diff line change 1
1
__author__ = "Daniel Vaz Gaspar"
2
- __version__ = "4.2.0 "
2
+ __version__ = "4.2.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