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 32eedbb commit 795f8f8Copy full SHA for 795f8f8
CHANGELOG.rst
@@ -1,6 +1,13 @@
1
Flask-AppBuilder ChangeLog
2
==========================
3
4
+Improvements and Bug fixes on 4.6.2
5
+-----------------------------------
6
+
7
+- fix: change SAFE_REDIRECT_HOSTS to FAB_SAFE_REDIRECT_HOSTS (#2335) [Daniel Vaz Gaspar]
8
+- feat: Make password hashing parameters configurable (#2332) [Denis Ismailaj]
9
+- fix: next url validation (#2334) [Daniel Vaz Gaspar]
10
11
Improvements and Bug fixes on 4.6.1
12
-----------------------------------
13
flask_appbuilder/__init__.py
@@ -1,5 +1,5 @@
__author__ = "Daniel Vaz Gaspar"
-__version__ = "4.6.1"
+__version__ = "4.6.2"
from .actions import action # noqa: F401
from .api import ModelRestApi # noqa: F401
0 commit comments