Update changelog
This commit is contained in:
parent
92538b87ad
commit
eab3b75ae5
16
CHANGES.rst
16
CHANGES.rst
|
@ -2,6 +2,22 @@
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
0.9.30 (2023-06-12)
|
||||||
|
-------------------
|
||||||
|
|
||||||
|
* Add basic support for exposing ``Customer.shoppers``.
|
||||||
|
|
||||||
|
* Move "view history" and related buttons, for person profile view.
|
||||||
|
|
||||||
|
* Consider vendor catalog batch views "typical".
|
||||||
|
|
||||||
|
* Let external customer link buttons be more dynamic, for profile view.
|
||||||
|
|
||||||
|
* Add options for grid results to link straight to Profile view.
|
||||||
|
|
||||||
|
* Change label for Member.person to "Account Holder".
|
||||||
|
|
||||||
|
|
||||||
0.9.29 (2023-06-06)
|
0.9.29 (2023-06-06)
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
# -*- coding: utf-8; -*-
|
# -*- coding: utf-8; -*-
|
||||||
|
|
||||||
__version__ = '0.9.29'
|
__version__ = '0.9.30'
|
||||||
|
|
Loading…
Reference in a new issue