Skip to content

Commit

Permalink
release: 4.5.3rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
dpgaspar committed Jan 21, 2025
1 parent 3804f66 commit e0db714
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Flask-AppBuilder ChangeLog
==========================

Improvements and Bug fixes on 4.5.3rc1
-----------------------------------

- feat: Persian translations (#2278) [Emad Rad]
- refactor: enhance _get_list_widget and _list methods to accept additional keyword arguments (#2285) [Gughanathan M]
- feat: make fake password hash check configurable (#2301) [Daniel Vaz Gaspar]
- chore: improve security models performance (#2293) [Daniel Vaz Gaspar]

Improvements and Bug fixes on 4.5.2
-----------------------------------

Expand Down
2 changes: 1 addition & 1 deletion flask_appbuilder/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__author__ = "Daniel Vaz Gaspar"
__version__ = "4.5.2"
__version__ = "4.5.3rc1"

from .actions import action # noqa: F401
from .api import ModelRestApi # noqa: F401
Expand Down

0 comments on commit e0db714

Please sign in to comment.