Update changelog

This commit is contained in:
Lance Edgar 2020-03-05 13:02:59 -06:00
parent 19359842a9
commit fad875c3cf
2 changed files with 13 additions and 1 deletions

View file

@ -2,6 +2,18 @@
CHANGELOG
=========
0.9.123 (2020-03-05)
--------------------
* Add ``refresh_many()`` method for batch handlers.
* Raise explicit error in ``data_diffs()`` to tell which side is missing data.
* Add default implementation logic for ``Importer.cache_local_data()``.
* Fix some math/logic for calculating "pending" amounts in purchase batch.
0.9.122 (2020-03-02)
--------------------

View file

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