Update changelog

This commit is contained in:
Lance Edgar 2016-04-24 20:12:29 -05:00
parent 8a1b86dd2d
commit 2bbd17afa9
2 changed files with 13 additions and 1 deletions

View file

@ -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)
------------------ ------------------

View file

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