Update changelog

This commit is contained in:
Lance Edgar 2017-10-19 08:48:34 -07:00
parent 14f67746bf
commit cddb05d8fc
2 changed files with 21 additions and 1 deletions

View file

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

View file

@ -1,3 +1,3 @@
# -*- coding: utf-8; -*- # -*- coding: utf-8; -*-
__version__ = '0.6.37' __version__ = '0.6.38'