Update changelog
This commit is contained in:
parent
14f67746bf
commit
cddb05d8fc
20
CHANGES.rst
20
CHANGES.rst
|
@ -2,6 +2,26 @@
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
0.6.38 (2017-10-19)
|
||||||
|
-------------------
|
||||||
|
|
||||||
|
* Add "local" datetime renderer for new grids, forms
|
||||||
|
|
||||||
|
* Make CSRF protection optional (but on by default)
|
||||||
|
|
||||||
|
* Convert user feedback mechanism to use modal dialog
|
||||||
|
|
||||||
|
* Add 'active' column to Users table view
|
||||||
|
|
||||||
|
* Add "download row results as CSV" feature to master view
|
||||||
|
|
||||||
|
* Add support for setting default field values on new forms
|
||||||
|
|
||||||
|
* Add 'currency' field type for new forms
|
||||||
|
|
||||||
|
* Allow passing ``None`` to ``Grid.set_joiner()``
|
||||||
|
|
||||||
|
|
||||||
0.6.37 (2017-09-28)
|
0.6.37 (2017-09-28)
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
# -*- coding: utf-8; -*-
|
# -*- coding: utf-8; -*-
|
||||||
|
|
||||||
__version__ = '0.6.37'
|
__version__ = '0.6.38'
|
||||||
|
|
Loading…
Reference in a new issue