Update changelog

This commit is contained in:
Lance Edgar 2017-02-14 20:41:18 -06:00
parent 643f411f42
commit 6ebb89fac1
2 changed files with 23 additions and 1 deletions

View file

@ -2,6 +2,28 @@
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)
-------------------

View file

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