Update changelog
This commit is contained in:
parent
be533922a2
commit
3b64950a38
16
CHANGES.rst
16
CHANGES.rst
|
@ -2,6 +2,22 @@
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
0.8.257 (2022-11-03)
|
||||||
|
--------------------
|
||||||
|
|
||||||
|
* Add template method for rendering row grid component.
|
||||||
|
|
||||||
|
* Use people handler to update address.
|
||||||
|
|
||||||
|
* Fix start_date param for pricing batch upload.
|
||||||
|
|
||||||
|
* Use shared logic for rendering percentage values.
|
||||||
|
|
||||||
|
* Log a warning to troubleshoot luigi restart failure.
|
||||||
|
|
||||||
|
* Show UPC for receiving line item if no product reference.
|
||||||
|
|
||||||
|
|
||||||
0.8.256 (2022-09-09)
|
0.8.256 (2022-09-09)
|
||||||
--------------------
|
--------------------
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
# -*- coding: utf-8; -*-
|
# -*- coding: utf-8; -*-
|
||||||
|
|
||||||
__version__ = '0.8.256'
|
__version__ = '0.8.257'
|
||||||
|
|
Loading…
Reference in a new issue