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 a942a9c commit fe08d25Copy full SHA for fe08d25
CHANGELOG.rst
@@ -1,6 +1,12 @@
1
Flask-AppBuilder ChangeLog
2
==========================
3
4
+Improvements and Bug fixes on 4.8.1
5
+-----------------------------------
6
+
7
+- fix: don't register reset my password when not on AUTH_DB (#2384) [Daniel Vaz Gaspar]
8
+- fix: Correct is_pk_composite method to return False instead of raising an error. False is not a base exception (#2378) [Kyle Lagerquist]
9
10
Improvements and Bug fixes on 4.8.0
11
-----------------------------------
12
flask_appbuilder/__init__.py
@@ -1,5 +1,5 @@
__author__ = "Daniel Vaz Gaspar"
-__version__ = "4.8.0"
+__version__ = "4.8.1"
from .actions import action # noqa: F401
from .api import ModelRestApi # noqa: F401
0 commit comments