Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 3.0.0rc1 #1382

Closed
wants to merge 6 commits into from
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
10 changes: 10 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
Flask-AppBuilder ChangeLog
==========================

Improvements and Bug fixes on 3.0.0
-----------------------------------

- Fix, [docs] Possible typos in the documentation (#1375)
- Fix, name column resizing in ab_view_menu table #1367 (#1368) (ab_view_menu changed from 100 to 250)
- Fix, [mvc] add a panel body to panel_begin/panel_end macros (#1377)
- Fix, [examples] Update models.py (#1380)
- Fix, hardcoded url on oauth (#1331)
- BREAKING CHANGES New, [api] support marshmallow 3 (#1334)

Improvements and Bug fixes on 2.3.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__ = "2.3.4"
__version__ = "3.0.0rc4"

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