Update changelog.
This commit is contained in:
parent
2614236d50
commit
768c7cec16
18
CHANGES.rst
18
CHANGES.rst
|
@ -1,5 +1,23 @@
|
||||||
.. -*- coding: utf-8 -*-
|
.. -*- 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
|
0.4.20
|
||||||
------
|
------
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
|
|
||||||
__version__ = u'0.4.20'
|
__version__ = u'0.4.21'
|
||||||
|
|
Loading…
Reference in a new issue