Update changelog
This commit is contained in:
parent
8a1b86dd2d
commit
2bbd17afa9
12
CHANGES.rst
12
CHANGES.rst
|
@ -2,6 +2,18 @@
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
0.5.5 (2016-04-24)
|
||||||
|
------------------
|
||||||
|
|
||||||
|
* Add workarounds for certain display bugs when rendering datetimes.
|
||||||
|
|
||||||
|
* Make currency field renderer display negative amounts in parentheses.
|
||||||
|
|
||||||
|
* Add commas to record/page count in grid footer.
|
||||||
|
|
||||||
|
* Tweak styles for form field labels.
|
||||||
|
|
||||||
|
|
||||||
0.5.4 (2016-04-12)
|
0.5.4 (2016-04-12)
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
|
|
||||||
__version__ = u'0.5.4'
|
__version__ = u'0.5.5'
|
||||||
|
|
Loading…
Reference in a new issue