Skip to content

Commit df0ac1d

Browse files
authored
release: 4.5.3 (#2303)
1 parent 3804f66 commit df0ac1d

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
Flask-AppBuilder ChangeLog
22
==========================
33

4+
Improvements and Bug fixes on 4.5.3
5+
-----------------------------------
6+
7+
- feat: Persian translations (#2278) [Emad Rad]
8+
- refactor: enhance _get_list_widget and _list methods to accept additional keyword arguments (#2285) [Gughanathan M]
9+
- feat: make fake password hash check configurable (#2301) [Daniel Vaz Gaspar]
10+
- chore: improve security models performance (#2293) [Daniel Vaz Gaspar]
11+
412
Improvements and Bug fixes on 4.5.2
513
-----------------------------------
614

flask_appbuilder/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
__author__ = "Daniel Vaz Gaspar"
2-
__version__ = "4.5.2"
2+
__version__ = "4.5.3"
33

44
from .actions import action # noqa: F401
55
from .api import ModelRestApi # noqa: F401

0 commit comments

Comments
 (0)