Update changelog

This commit is contained in:
Lance Edgar 2020-06-24 12:07:46 -05:00
parent e943a1cd44
commit bea671987c
2 changed files with 15 additions and 1 deletions

View file

@ -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)
------------------- -------------------

View file

@ -1,3 +1,3 @@
# -*- coding: utf-8; -*- # -*- coding: utf-8; -*-
__version__ = '0.8.96' __version__ = '0.8.97'