Update changelog
This commit is contained in:
parent
7f14f50ee0
commit
f890405162
12
CHANGES.rst
12
CHANGES.rst
|
@ -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)
|
||||
-------------------
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
|
||||
__version__ = u'0.5.56'
|
||||
__version__ = u'0.5.57'
|
||||
|
|
Loading…
Reference in a new issue