Update changelog
This commit is contained in:
parent
3790af8ef5
commit
1af9fbd100
18
CHANGES.rst
18
CHANGES.rst
|
@ -2,6 +2,24 @@
|
||||||
CHANGELOG
|
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)
|
0.5.31 (2016-10-14)
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
|
|
||||||
__version__ = u'0.5.31'
|
__version__ = u'0.5.32'
|
||||||
|
|
Loading…
Reference in a new issue