Update changelog
This commit is contained in:
parent
cfdb492349
commit
afd5c3a5fd
22
CHANGES.rst
22
CHANGES.rst
|
@ -2,6 +2,28 @@
|
|||
CHANGELOG
|
||||
=========
|
||||
|
||||
0.9.29 (2023-06-06)
|
||||
-------------------
|
||||
|
||||
* Add "typical" view config, for e.g. Theo and the like.
|
||||
|
||||
* Add customer number filter for People grid.
|
||||
|
||||
* Tweak logic for ``MasterView.get_action_route_kwargs()``.
|
||||
|
||||
* Add "touch" support for Members.
|
||||
|
||||
* Add support for "configured customer/member key".
|
||||
|
||||
* Use *actual* current URL for user feedback msg.
|
||||
|
||||
* Remove old/unused feedback templates.
|
||||
|
||||
* Add basic support for membership types.
|
||||
|
||||
* Add support for version history in person profile view.
|
||||
|
||||
|
||||
0.9.28 (2023-06-02)
|
||||
-------------------
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
# -*- coding: utf-8; -*-
|
||||
|
||||
__version__ = '0.9.28'
|
||||
__version__ = '0.9.29'
|
||||
|
|
Loading…
Reference in a new issue