Skip to content

Commit

Permalink
release: 4.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dpgaspar committed Feb 28, 2025
1 parent 3bd635e commit b1c0ec6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
Flask-AppBuilder ChangeLog
==========================

Improvements and Bug fixes on 4.6.0
-----------------------------------

- fix: relax marshmallow-sqlalchemy version constraint to fix compatibility with marshmallow>=3.24 (#2298) [Steven Loria]
- docs: Fix edit template code example (#2308) [Matthew Schmoyer]
- feat: security user groups (#2305) [Daniel Vaz Gaspar]
- ci: fix mssql on CI (#2316) [Daniel Vaz Gaspar]
- doc: update `requirements` paths in contributing doc (#2313) [Đỗ Trọng Hải]


Improvements and Bug fixes on 4.5.4
-----------------------------------
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.4"
__version__ = "4.6.0"

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

0 comments on commit b1c0ec6

Please sign in to comment.