Update changelog
This commit is contained in:
parent
4191a56bfb
commit
d30e5e2b02
26
CHANGES.rst
26
CHANGES.rst
|
@ -2,6 +2,32 @@
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
0.7.1 (2018-02-10)
|
||||||
|
------------------
|
||||||
|
|
||||||
|
* Make it easier to hide buttons for a form.
|
||||||
|
|
||||||
|
* Let forms choose *not* to auto-disable their cancel button.
|
||||||
|
|
||||||
|
* Add 'newstyle' behavior for ``Form.validate()``.
|
||||||
|
|
||||||
|
* Add some basic ORM object field types for new forms.
|
||||||
|
|
||||||
|
* Make sure each grid has unique set of actions.
|
||||||
|
|
||||||
|
* Add 'gridcore' jQuery plugin, for core behavior.
|
||||||
|
|
||||||
|
* Allow passing arbitrary attrs when rendering grid.
|
||||||
|
|
||||||
|
* Refactor mobile receiving to use colander/deform.
|
||||||
|
|
||||||
|
* Refactor mobile inventory to use colander/deform.
|
||||||
|
|
||||||
|
* Refactor user login, change password to use colander/deform.
|
||||||
|
|
||||||
|
* Fix some bugs with importer batch views.
|
||||||
|
|
||||||
|
|
||||||
0.7.0 (2018-02-07)
|
0.7.0 (2018-02-07)
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
# -*- coding: utf-8; -*-
|
# -*- coding: utf-8; -*-
|
||||||
|
|
||||||
__version__ = '0.7.0'
|
__version__ = '0.7.1'
|
||||||
|
|
Loading…
Reference in a new issue