Update changelog.

This commit is contained in:
Lance Edgar 2015-08-19 22:15:44 -05:00
parent 73939b825e
commit 0cbf860ab6
3 changed files with 37 additions and 2 deletions

View file

@ -1,5 +1,39 @@
.. -*- coding: utf-8 -*-
0.4.20
------
* Add ``CurrencyFieldRenderer``.
* Add basic checkbox support to new grids.
* Add 'Default Filters' and 'Clear Filters' buttons to new grid filters form.
* Add "Save Defaults" button so user can save personal defaults for any new grid.
* Fix bug when rendering hidden field in FA fieldset.
* Remove some unused styles.
* Various tweaks to support "late login" idea when uploading new batch.
* Hard-code old grid pagecount settings, to avoid ``edbob.config``.
* Refactor app configuration to use ``rattail.config.make_config()``.
* Tweak label formatter instantiation, per rattail changes.
* Various tweaks to base batch views.
* Add ``CustomFieldRenderer`` and ``DateFieldRenderer``.
* Add ``configure_fieldset()`` stub for master view.
* Add progress indicator to batch execution.
* Add ability to download batch row data as CSV.
0.4.19
------