Update changelog
This commit is contained in:
parent
a812181466
commit
4809cf039e
22
CHANGES.rst
22
CHANGES.rst
|
@ -2,6 +2,28 @@
|
|||
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)
|
||||
-------------------
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
# -*- coding: utf-8; -*-
|
||||
|
||||
__version__ = '0.9.70'
|
||||
__version__ = '0.9.71'
|
||||
|
|
Loading…
Reference in a new issue