Update changelog
This commit is contained in:
parent
e943a1cd44
commit
bea671987c
14
CHANGES.rst
14
CHANGES.rst
|
@ -2,6 +2,20 @@
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
0.8.97 (2020-06-24)
|
||||||
|
-------------------
|
||||||
|
|
||||||
|
* Add dropdown, autohide magic when editing Role permissions.
|
||||||
|
|
||||||
|
* Add ability to download roles / permissions matrix as Excel file.
|
||||||
|
|
||||||
|
* Improve support for composite key in master view.
|
||||||
|
|
||||||
|
* Use byte string filters for row grid too.
|
||||||
|
|
||||||
|
* Convert mako directories to list, if it's a string.
|
||||||
|
|
||||||
|
|
||||||
0.8.96 (2020-06-17)
|
0.8.96 (2020-06-17)
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
# -*- coding: utf-8; -*-
|
# -*- coding: utf-8; -*-
|
||||||
|
|
||||||
__version__ = '0.8.96'
|
__version__ = '0.8.97'
|
||||||
|
|
Loading…
Reference in a new issue