Update changelog
This commit is contained in:
parent
9572fbf584
commit
aa5e44efb5
18
CHANGES.rst
18
CHANGES.rst
|
@ -2,6 +2,24 @@
|
|||
CHANGELOG
|
||||
=========
|
||||
|
||||
0.9.34 (2023-06-17)
|
||||
-------------------
|
||||
|
||||
* Add basic Shopper tab for profile view.
|
||||
|
||||
* Cleanup some wording in profile view template.
|
||||
|
||||
* Tweak ``SimpleRequestMixin`` to not rely on ``response.data.ok``.
|
||||
|
||||
* Add support for Notes tab in profile view.
|
||||
|
||||
* Add basic support for Person quickie lookup.
|
||||
|
||||
* Hide unwanted revisions for CustomerPerson etc.
|
||||
|
||||
* Fix some things for viewing a member.
|
||||
|
||||
|
||||
0.9.33 (2023-06-16)
|
||||
-------------------
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
# -*- coding: utf-8; -*-
|
||||
|
||||
__version__ = '0.9.33'
|
||||
__version__ = '0.9.34'
|
||||
|
|
Loading…
Reference in a new issue