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 f808c6c commit 989d4b1Copy full SHA for 989d4b1
CHANGELOG.rst
@@ -1,6 +1,11 @@
1
Flask-AppBuilder ChangeLog
2
==========================
3
4
+Improvements and Bug fixes on 4.6.4
5
+-----------------------------------
6
+
7
+- fix(UserApi): Fixed pre_update issue (#2347) [Alexandru Soare]
8
9
Improvements and Bug fixes on 4.6.3
10
-----------------------------------
11
flask_appbuilder/__init__.py
@@ -1,5 +1,5 @@
__author__ = "Daniel Vaz Gaspar"
-__version__ = "4.6.3"
+__version__ = "4.6.4"
from .actions import action # noqa: F401
from .api import ModelRestApi # noqa: F401
0 commit comments