Update changelog

This commit is contained in:
Lance Edgar 2021-11-08 18:33:19 -06:00
parent eb28fc2e3c
commit a12318246f
2 changed files with 19 additions and 1 deletions

View file

@ -2,6 +2,24 @@
CHANGELOG CHANGELOG
========= =========
0.8.169 (2021-11-08)
--------------------
* Use products handler to get image URL.
* Show some more product attributes in custorder item selection popup.
* Auto-select Quantity tab when editing item for new custorder.
* Let user "add past product" when making new custorder.
* Let handler restrict available invoice parser options.
* Cleanup grid columns for receiving batches.
* Fall back to empty string for product regular price.
0.8.168 (2021-11-05) 0.8.168 (2021-11-05)
-------------------- --------------------

View file

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