Update changelog

This commit is contained in:
Lance Edgar 2016-09-01 00:03:58 -05:00
parent bb6a838d3b
commit 378f1ae7fb
2 changed files with 11 additions and 1 deletions

View file

@ -2,6 +2,16 @@
CHANGELOG
=========
0.5.26 (2016-09-01)
-------------------
* Add ``MasterView.listable`` flag for disabling grid view
* Fix permission group label bug for batch views
* Allow opt-out for "download batch row data as CSV" feature
0.5.25 (2016-08-23)
-------------------

View file

@ -1,3 +1,3 @@
# -*- coding: utf-8 -*-
__version__ = u'0.5.25'
__version__ = u'0.5.26'