Update changelog

This commit is contained in:
Lance Edgar 2021-11-04 21:25:32 -05:00
parent b34d88d704
commit eb76d868ca
2 changed files with 17 additions and 1 deletions

View file

@ -2,6 +2,22 @@
CHANGELOG
=========
0.8.167 (2021-11-04)
--------------------
* Try to prevent caching for any /index (grid) page.
* Fix product view page when user cannot view version history.
* Move some custorder logic to handler; allow force-swap of product selection.
* Honor the "product price may be questionable" flag for new custorder.
* Show unit price in line items grid for new custorder.
* Avoid exposing batch params when creating a batch.
0.8.166 (2021-11-03)
--------------------

View file

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