Update changelog

This commit is contained in:
Lance Edgar 2023-06-06 19:27:43 -05:00
parent ae6f3b533d
commit 6967ec46da
2 changed files with 23 additions and 1 deletions

View file

@ -2,6 +2,28 @@
CHANGELOG
=========
0.10.33 (2023-06-06)
--------------------
* Lower log level when poser reports module not found.
* Disable cascade_backrefs for Subdepartment.department.
* Allow for ``-l`` instead of ``--list-all-models`` for importer commands.
* Add basic maxlen validation when importing phone numbers.
* Add logic to allow/ignore cache objects which do not normalize.
* Add ``get_product_key_field()`` and ``_label()`` to AppHandler.
* Add ``get_customer_key_field()`` and ``_label()`` to AppHandler.
* Add ``get_member_key_field()`` and ``_label()`` to AppHandler.
* Add basic support for membership types.
0.10.32 (2023-06-02)
--------------------

View file

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