Commit 0528221e authored by Serge Koval's avatar Serge Koval

Bumped version, updated changelog

parent 8af10e0b
Changelog Changelog
========= =========
next release 1.5.3
----- -----
* Fixed XSS vulnerability
* Support nested categories in the navbar menu * Support nested categories in the navbar menu
* SQLAlchemy * SQLAlchemy
* sort on multiple columns with `column_default_sort` * sort on multiple columns with `column_default_sort`
...@@ -18,6 +19,7 @@ next release ...@@ -18,6 +19,7 @@ next release
* handle special characters in filename * handle special characters in filename
* fix a bug with listing directories on Windows * fix a bug with listing directories on Windows
* avoid raising an exception when unknown sort parameter is encountered * avoid raising an exception when unknown sort parameter is encountered
* WTForms 3 support
1.5.2 1.5.2
----- -----
......
__version__ = '1.5.2' __version__ = '1.5.3'
__author__ = 'Flask-Admin team' __author__ = 'Flask-Admin team'
__email__ = 'serge.koval+github@gmail.com' __email__ = 'serge.koval+github@gmail.com'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment