Update changelog

This commit is contained in:
Lance Edgar 2023-01-05 13:43:38 -06:00
parent 71851e1a05
commit 8c201dced7
2 changed files with 13 additions and 1 deletions

View file

@ -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)
--------------------

View file

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