Update changelog
This commit is contained in:
parent
80903bde38
commit
061aa889a6
14
CHANGES.rst
14
CHANGES.rst
|
@ -2,6 +2,20 @@
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
0.6.55 (2018-01-04)
|
||||||
|
-------------------
|
||||||
|
|
||||||
|
* Add "price required" flag to product view.
|
||||||
|
|
||||||
|
* Add a bit more flexibility to jquery time input values.
|
||||||
|
|
||||||
|
* Show row count field when viewing vendor catalog batch.
|
||||||
|
|
||||||
|
* Tweak product filter for report code name.
|
||||||
|
|
||||||
|
* Refactor forms logic when making batch from product query.
|
||||||
|
|
||||||
|
|
||||||
0.6.54 (2017-12-20)
|
0.6.54 (2017-12-20)
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
# -*- coding: utf-8; -*-
|
# -*- coding: utf-8; -*-
|
||||||
|
|
||||||
__version__ = '0.6.54'
|
__version__ = '0.6.55'
|
||||||
|
|
Loading…
Reference in a new issue