Update changelog

This commit is contained in:
Lance Edgar 2016-10-19 13:56:41 -05:00
parent 3790af8ef5
commit 1af9fbd100
2 changed files with 19 additions and 1 deletions

View file

@ -2,6 +2,24 @@
CHANGELOG
=========
0.5.32 (2016-10-19)
-------------------
* Fix / improve progress display somewhat
* Disable "true delete" button by default, when clicked
* Fix bug in batch ID field renderer, when displayed for new batch
* Add ``refresh_after_create`` flag for ``BatchMasterView``
* Disable a focus() call in menubar.js which messed with search filter focus
* Let any 'admin' user elevate to 'root' for full system access
* Update references to ``request.authenticated_userid``
0.5.31 (2016-10-14)
-------------------

View file

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