Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 1 addition & 14 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,24 +1,11 @@
Flask-AppBuilder ChangeLog
==========================

Improvements and Bug fixes on 4.6.1
Improvements and Bug fixes on 4.5.5
-----------------------------------

- fix: improve API for role users update (#2328) [Daniel Vaz Gaspar]
- fix: openAPI spec for security update role users (#2326) [Daniel Vaz Gaspar]
- feat(RoleApi): Add role/:id/users endpoint (#2319) [Enzo Martellucci]
- fix: Ensure sub is a string when generating JWT tokens (#2321) [Paul Rhodes]

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.6.1"
__version__ = "4.5.5rc1"

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