Update changelog
This commit is contained in:
parent
c2d2b6e072
commit
e3ae427e37
12
CHANGES.rst
12
CHANGES.rst
|
@ -2,6 +2,18 @@
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
0.5.56 (2016-12-11)
|
||||||
|
-------------------
|
||||||
|
|
||||||
|
* Show 'enabled' column in grid, fix prefix bug for email profiles
|
||||||
|
|
||||||
|
* Tweak flash message when sending email preview, in case it's disabled
|
||||||
|
|
||||||
|
* Hide first/last name for employee view, unless in readonly mode
|
||||||
|
|
||||||
|
* Add initial mobile templates: base, home, about
|
||||||
|
|
||||||
|
|
||||||
0.5.55 (2016-12-10)
|
0.5.55 (2016-12-10)
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
|
|
||||||
__version__ = u'0.5.55'
|
__version__ = u'0.5.56'
|
||||||
|
|
Loading…
Reference in a new issue