Update changelog

This commit is contained in:
Lance Edgar 2018-01-11 15:29:40 -06:00
parent dfd43b55aa
commit c996bf47ea
2 changed files with 15 additions and 1 deletions

View file

@ -2,6 +2,20 @@
CHANGELOG
=========
0.6.62 (2018-01-11)
-------------------
* Fix dialog button click event when executing price batch (for Chrome).
* Fix some mobile view URLs.
* Show case quantity for inventory batch rows.
* Let custom schema node start out with empty children.
* Allow passing None to ``Form.set_renderer()``.
0.6.61 (2018-01-11)
-------------------

View file

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