Update changelog
This commit is contained in:
parent
66bc775e14
commit
20492410ad
12
CHANGES.rst
12
CHANGES.rst
|
@ -2,6 +2,18 @@
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
0.8.160 (2021-10-11)
|
||||||
|
--------------------
|
||||||
|
|
||||||
|
* Stop rounding case/unit cost fields to 2 places for purchase batch.
|
||||||
|
|
||||||
|
* Fix some phone/email bugs for new custorder page.
|
||||||
|
|
||||||
|
* Fix bug when making context for mailing address.
|
||||||
|
|
||||||
|
* Improve display, handling for "add contact info to customer record".
|
||||||
|
|
||||||
|
|
||||||
0.8.159 (2021-10-10)
|
0.8.159 (2021-10-10)
|
||||||
--------------------
|
--------------------
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
# -*- coding: utf-8; -*-
|
# -*- coding: utf-8; -*-
|
||||||
|
|
||||||
__version__ = '0.8.159'
|
__version__ = '0.8.160'
|
||||||
|
|
Loading…
Reference in a new issue