Update changelog

This commit is contained in:
Lance Edgar 2016-04-05 22:19:12 -05:00
parent aaf5ca97f9
commit 073358417c
2 changed files with 15 additions and 1 deletions

View file

@ -2,6 +2,20 @@
CHANGELOG CHANGELOG
========= =========
0.5.3 (2016-04-05)
------------------
* Fix redirect bug when attempting bulk row delete for nonexistent batch.
* Add comma magic back to ``CurrencyFieldRenderer``.
* Add the 'is any' verb to default list for most grid filters.
* Add new ``TimeFieldRenderer``, make it default for ``Time`` fields.
* Add last-minute check to ensure master views allows deletion.
0.5.2 (2016-03-11) 0.5.2 (2016-03-11)
------------------ ------------------

View file

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