Update changelog
This commit is contained in:
parent
8d16a5f110
commit
4a383709bd
18
CHANGES.rst
18
CHANGES.rst
|
@ -2,6 +2,24 @@
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
0.8.164 (2021-10-20)
|
||||||
|
--------------------
|
||||||
|
|
||||||
|
* Give custorder batch handler a couple ways to affect adding new items.
|
||||||
|
|
||||||
|
* Refactor to leverage all existing methods of auth handler.
|
||||||
|
|
||||||
|
* Overhaul the autocomplete component, for sake of new custorder.
|
||||||
|
|
||||||
|
* Improve "refresh contact", show new fields in green for custorder.
|
||||||
|
|
||||||
|
* Invoke handler when adding new item to custorder batch.
|
||||||
|
|
||||||
|
* Add basic "price needs confirmation" support for custorder.
|
||||||
|
|
||||||
|
* Clean up the product selection UI for new custorder.
|
||||||
|
|
||||||
|
|
||||||
0.8.163 (2021-10-14)
|
0.8.163 (2021-10-14)
|
||||||
--------------------
|
--------------------
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
# -*- coding: utf-8; -*-
|
# -*- coding: utf-8; -*-
|
||||||
|
|
||||||
__version__ = '0.8.163'
|
__version__ = '0.8.164'
|
||||||
|
|
Loading…
Reference in a new issue