Update changelog
This commit is contained in:
parent
eb28fc2e3c
commit
a12318246f
18
CHANGES.rst
18
CHANGES.rst
|
@ -2,6 +2,24 @@
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
0.8.169 (2021-11-08)
|
||||||
|
--------------------
|
||||||
|
|
||||||
|
* Use products handler to get image URL.
|
||||||
|
|
||||||
|
* Show some more product attributes in custorder item selection popup.
|
||||||
|
|
||||||
|
* Auto-select Quantity tab when editing item for new custorder.
|
||||||
|
|
||||||
|
* Let user "add past product" when making new custorder.
|
||||||
|
|
||||||
|
* Let handler restrict available invoice parser options.
|
||||||
|
|
||||||
|
* Cleanup grid columns for receiving batches.
|
||||||
|
|
||||||
|
* Fall back to empty string for product regular price.
|
||||||
|
|
||||||
|
|
||||||
0.8.168 (2021-11-05)
|
0.8.168 (2021-11-05)
|
||||||
--------------------
|
--------------------
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
# -*- coding: utf-8; -*-
|
# -*- coding: utf-8; -*-
|
||||||
|
|
||||||
__version__ = '0.8.168'
|
__version__ = '0.8.169'
|
||||||
|
|
Loading…
Reference in a new issue