Update changelog
This commit is contained in:
parent
dfd43b55aa
commit
c996bf47ea
14
CHANGES.rst
14
CHANGES.rst
|
@ -2,6 +2,20 @@
|
||||||
CHANGELOG
|
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)
|
0.6.61 (2018-01-11)
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
# -*- coding: utf-8; -*-
|
# -*- coding: utf-8; -*-
|
||||||
|
|
||||||
__version__ = '0.6.61'
|
__version__ = '0.6.62'
|
||||||
|
|
Loading…
Reference in a new issue