Update changelog
This commit is contained in:
parent
71851e1a05
commit
8c201dced7
12
CHANGES.rst
12
CHANGES.rst
|
@ -2,6 +2,18 @@
|
|||
CHANGELOG
|
||||
=========
|
||||
|
||||
0.8.276 (2023-01-05)
|
||||
--------------------
|
||||
|
||||
* Keep aspect ratio for product images in new custorder.
|
||||
|
||||
* Fix template bug for generating report.
|
||||
|
||||
* Show help link when generating or viewing report, if applicable.
|
||||
|
||||
* Use product handler to normalize data for products API.
|
||||
|
||||
|
||||
0.8.275 (2023-01-04)
|
||||
--------------------
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
# -*- coding: utf-8; -*-
|
||||
|
||||
__version__ = '0.8.275'
|
||||
__version__ = '0.8.276'
|
||||
|
|
Loading…
Reference in a new issue