Update changelog

This commit is contained in:
Lance Edgar 2023-06-20 11:52:26 -05:00
parent 87e5bd3fa2
commit ba1fbdbbee
2 changed files with 17 additions and 1 deletions

View file

@ -2,6 +2,22 @@
CHANGELOG
=========
0.10.41 (2023-06-20)
--------------------
* Add ``--supported`` arg for ``rattail mysql-chars`` flag.
* Remove fallback to customer when getting contact email.
* Fix more issues with modifying charset for live mysql DB.
* Add initial model, importers for MemberEquityPayment.
* Add basic autocomplete for Members.
* Lower log level when enabling Continuum versioning.
0.10.40 (2023-06-17)
--------------------

View file

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