Update changelog
This commit is contained in:
parent
b34d88d704
commit
eb76d868ca
16
CHANGES.rst
16
CHANGES.rst
|
@ -2,6 +2,22 @@
|
||||||
CHANGELOG
|
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)
|
0.8.166 (2021-11-03)
|
||||||
--------------------
|
--------------------
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
# -*- coding: utf-8; -*-
|
# -*- coding: utf-8; -*-
|
||||||
|
|
||||||
__version__ = '0.8.166'
|
__version__ = '0.8.167'
|
||||||
|
|
Loading…
Reference in a new issue