We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cafd696 commit 3cc9b96Copy full SHA for 3cc9b96
CHANGELOG.rst
@@ -1,6 +1,12 @@
1
Flask-AppBuilder ChangeLog
2
==========================
3
4
+Improvements and Bug fixes on 4.6.3
5
+-----------------------------------
6
+
7
+- fix: use id as a tiebreaker in the ordering (#2343) [Daniel Vaz Gaspar]
8
+- fix: always add a unique col to ordering (#2340) [Daniel Vaz Gaspar]
9
10
Improvements and Bug fixes on 4.6.2
11
-----------------------------------
12
flask_appbuilder/__init__.py
@@ -1,5 +1,5 @@
__author__ = "Daniel Vaz Gaspar"
-__version__ = "4.6.2"
+__version__ = "4.6.3"
from .actions import action # noqa: F401
from .api import ModelRestApi # noqa: F401
0 commit comments