We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2ae5c4 commit 5dae816Copy full SHA for 5dae816
2 files changed
CHANGELOG.rst
@@ -1,6 +1,13 @@
1
Flask-AppBuilder ChangeLog
2
==========================
3
4
+Improvements and Bug fixes on 5.2.1
5
+-----------------------------------
6
+
7
+- fix: pass outer_default_load to apply_all (#2449) [skrepkaq]
8
+- feat: add missing CRUD hooks and auth event hooks (#2450) [Daniel Vaz Gaspar]
9
+- fix(security): remove OAuth token values from debug log statements (#2440) [Daniel Vaz Gaspar]
10
11
Improvements and Bug fixes on 5.2.0
12
-----------------------------------
13
flask_appbuilder/__init__.py
@@ -1,5 +1,5 @@
__author__ = "Daniel Vaz Gaspar"
-__version__ = "5.2.1rc3"
+__version__ = "5.2.1"
from .actions import action # noqa: F401
from .api import ModelRestApi # noqa: F401
0 commit comments