Update changelog
This commit is contained in:
parent
87e5bd3fa2
commit
ba1fbdbbee
16
CHANGES.rst
16
CHANGES.rst
|
@ -2,6 +2,22 @@
|
||||||
CHANGELOG
|
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)
|
0.10.40 (2023-06-17)
|
||||||
--------------------
|
--------------------
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
# -*- coding: utf-8; -*-
|
# -*- coding: utf-8; -*-
|
||||||
|
|
||||||
__version__ = '0.10.40'
|
__version__ = '0.10.41'
|
||||||
|
|
Loading…
Reference in a new issue