Update changelog.

This commit is contained in:
Lance Edgar 2015-08-24 19:32:58 -05:00
parent 2614236d50
commit 768c7cec16
2 changed files with 19 additions and 1 deletions

View file

@ -1,5 +1,23 @@
.. -*- coding: utf-8 -*-
0.4.21
------
* Add "valueless verbs" concept to grid filters.
* Tweak labels for new grid filter form buttons.
* Configure logging when starting up.
* Add HTML5 doctype to base template.
* More grid filter improvements; add choice/enum/date value renderers.
* Treat filter by "contains X Y" as "contains X and contains Y".
* Tweak layout CSS so page body expands to fill screen.
0.4.20
------

View file

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