Update changelog

This commit is contained in:
Lance Edgar 2016-12-12 15:26:21 -06:00
parent 7f14f50ee0
commit f890405162
2 changed files with 13 additions and 1 deletions

View file

@ -2,6 +2,18 @@
CHANGELOG
=========
0.5.57 (2016-12-12)
-------------------
* Lots of changes for sake of mobile login / user menu etc.
* Add mobile support for datasync restart
* Make ``CurrencyFieldRenderer`` inherit from ``FloatFieldRenderer``
* Fix session bug in old CRUD views
0.5.56 (2016-12-11)
-------------------

View file

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