Update changelog

This commit is contained in:
Lance Edgar 2023-06-17 18:12:30 -05:00
parent 9572fbf584
commit aa5e44efb5
2 changed files with 19 additions and 1 deletions

View file

@ -2,6 +2,24 @@
CHANGELOG 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) 0.9.33 (2023-06-16)
------------------- -------------------

View file

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