Update changelog
This commit is contained in:
parent
2c3f51fadc
commit
cedcbcae4c
26
CHANGES.rst
26
CHANGES.rst
|
@ -2,6 +2,32 @@
|
|||
CHANGELOG
|
||||
=========
|
||||
|
||||
0.9.125 (2020-03-18)
|
||||
--------------------
|
||||
|
||||
* Sever the "backref" tie for ``Person._customers``.
|
||||
|
||||
* Add setting for display of POD images in Tailbone.
|
||||
|
||||
* Add ``revoke_permission()`` convenience auth function.
|
||||
|
||||
* Fix the Subdepartment importer per real-time datasync use.
|
||||
|
||||
* Stash a reference to handler instance, when creating datasync consumer.
|
||||
|
||||
* Add "customer fields" for Person importer.
|
||||
|
||||
* Add ``ContactMixin`` for Rattail importers; use with Customer and Person.
|
||||
|
||||
* Declare the Member model to be a "contact" for related magic.
|
||||
|
||||
* Add version importers for member data.
|
||||
|
||||
* Add ``Member.number`` to schema.
|
||||
|
||||
* Add ``Customer.first_person()`` convenience method.
|
||||
|
||||
|
||||
0.9.124 (2020-03-11)
|
||||
--------------------
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
# -*- coding: utf-8; -*-
|
||||
|
||||
__version__ = '0.9.124'
|
||||
__version__ = '0.9.125'
|
||||
|
|
Loading…
Reference in a new issue