From 4a383709bdf0fc61aea68c67e676200bd59d8957 Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Wed, 20 Oct 2021 16:15:19 -0500 Subject: [PATCH] Update changelog --- CHANGES.rst | 18 ++++++++++++++++++ tailbone/_version.py | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 540b069d..38d1e8b4 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -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) -------------------- diff --git a/tailbone/_version.py b/tailbone/_version.py index 29fe3709..b68d6316 100644 --- a/tailbone/_version.py +++ b/tailbone/_version.py @@ -1,3 +1,3 @@ # -*- coding: utf-8; -*- -__version__ = '0.8.163' +__version__ = '0.8.164'