Update changelog
This commit is contained in:
parent
19359842a9
commit
fad875c3cf
12
CHANGES.rst
12
CHANGES.rst
|
@ -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)
|
||||
--------------------
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
# -*- coding: utf-8; -*-
|
||||
|
||||
__version__ = '0.9.122'
|
||||
__version__ = '0.9.123'
|
||||
|
|
Loading…
Reference in a new issue