Update changelog
This commit is contained in:
parent
9ad8e5b546
commit
9e9a5f9a6a
28
CHANGES.rst
28
CHANGES.rst
|
@ -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)
|
||||
-------------------
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
# -*- coding: utf-8; -*-
|
||||
|
||||
__version__ = '0.6.69'
|
||||
__version__ = '0.7.0'
|
||||
|
|
Loading…
Reference in a new issue