Skip to content

Commit 19b6875

Browse files
authored
release: 4.6.0 (#2318)
1 parent 3bd635e commit 19b6875

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.rst

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

4+
Improvements and Bug fixes on 4.6.0
5+
-----------------------------------
6+
7+
- fix: relax marshmallow-sqlalchemy version constraint to fix compatibility with marshmallow>=3.24 (#2298) [Steven Loria]
8+
- docs: Fix edit template code example (#2308) [Matthew Schmoyer]
9+
- feat: security user groups (#2305) [Daniel Vaz Gaspar]
10+
- ci: fix mssql on CI (#2316) [Daniel Vaz Gaspar]
11+
- doc: update `requirements` paths in contributing doc (#2313) [Đỗ Trọng Hải]
12+
413

514
Improvements and Bug fixes on 4.5.4
615
-----------------------------------

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.4"
2+
__version__ = "4.6.0"
33

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

0 commit comments

Comments
 (0)