Update changelog

This commit is contained in:
Lance Edgar 2023-10-25 20:22:48 -05:00
parent a812181466
commit 4809cf039e
2 changed files with 23 additions and 1 deletions

View file

@ -2,6 +2,28 @@
CHANGELOG CHANGELOG
========= =========
0.9.71 (2023-10-25)
-------------------
* Fix bug when editing vendor.
* Show user warning if "add item to custorder" fails.
* Allow pending product fields to be required, for new custorder.
* Add price confirm prompt when adding unknown item to custorder.
* Use ``<b-select>`` for theme picker.
* Add ``column_only`` kwarg for ``Grid.set_label()`` method.
* Do not show profile buttons for inactive customer shoppers.
* Add separate perm for making new custorder for unknown product.
* Expand the "product lookup" component to include autocomplete.
0.9.70 (2023-10-24) 0.9.70 (2023-10-24)
------------------- -------------------

View file

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