Update changelog

This commit is contained in:
Lance Edgar 2018-02-07 15:10:44 -06:00
parent 9ad8e5b546
commit 9e9a5f9a6a
2 changed files with 29 additions and 1 deletions

View file

@ -2,6 +2,34 @@
CHANGELOG
=========
0.7.0 (2018-02-07)
------------------
* Coalesce all master views back to single base class.
* Add ``append()`` and ``replace()`` methods for core Grid class.
* Show year dropdown by default for jQuery UI date pickers.
* Don't process file for new batch unless field is present.
* Add setting for "force home" mobile behavior.
* Add 'plain' and 'jquery' templates for deform select widget.
* Add "hidden" concept for form fields.
* Add ``Form.show_cancel`` flag, for hiding that button.
* Let each form define its "save" button text.
* Add master view for ``EmailAttempt``.
* Avoid "auto disable" button logic for new message form.
* Add better UPC validation for mobile receiving.
0.6.69 (2018-02-01)
-------------------

View file

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