Update changelog

This commit is contained in:
Lance Edgar 2018-02-10 20:22:19 -06:00
parent 4191a56bfb
commit d30e5e2b02
2 changed files with 27 additions and 1 deletions

View file

@ -2,6 +2,32 @@
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)
------------------

View file

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