Update changelog

This commit is contained in:
Lance Edgar 2021-10-20 16:15:19 -05:00
parent 8d16a5f110
commit 4a383709bd
2 changed files with 19 additions and 1 deletions

View file

@ -2,6 +2,24 @@
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)
--------------------

View file

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