Update changelog

This commit is contained in:
Lance Edgar 2023-06-12 20:35:00 -05:00
parent 92538b87ad
commit eab3b75ae5
2 changed files with 17 additions and 1 deletions

View file

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

View file

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