Update changelog
This commit is contained in:
parent
643f411f42
commit
6ebb89fac1
22
CHANGES.rst
22
CHANGES.rst
|
@ -2,6 +2,28 @@
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
0.5.82 (2017-02-14)
|
||||||
|
-------------------
|
||||||
|
|
||||||
|
* Collapse grid actions if there are only 2
|
||||||
|
|
||||||
|
* Add master view for generic exports
|
||||||
|
|
||||||
|
* Make some product fields readonly
|
||||||
|
|
||||||
|
* Make datasync changes viewable
|
||||||
|
|
||||||
|
* Redirect to login page when Forbidden happens with anonymous user
|
||||||
|
|
||||||
|
* Tweak styles for Send Message page
|
||||||
|
|
||||||
|
* Tweak form handling for sending a new message, for more customization
|
||||||
|
|
||||||
|
* Advance to password field when Enter pressed on username, login page
|
||||||
|
|
||||||
|
* Add way for ``login_user()`` to set different timeout depending on nature of login
|
||||||
|
|
||||||
|
|
||||||
0.5.81 (2017-02-11)
|
0.5.81 (2017-02-11)
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
|
|
||||||
__version__ = u'0.5.81'
|
__version__ = u'0.5.82'
|
||||||
|
|
Loading…
Reference in a new issue