Update changelog

This commit is contained in:
Lance Edgar 2020-03-18 23:42:18 -05:00
parent 2c3f51fadc
commit cedcbcae4c
2 changed files with 27 additions and 1 deletions

View file

@ -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)
--------------------

View file

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