Update changelog
This commit is contained in:
parent
2290d9f990
commit
587a4daf7a
16
CHANGES.rst
16
CHANGES.rst
|
@ -2,6 +2,22 @@
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
0.8.211 (2022-02-25)
|
||||||
|
--------------------
|
||||||
|
|
||||||
|
* Add view template stub for trainwreck transaction.
|
||||||
|
|
||||||
|
* Add auto-filter hyperlinks for batch row status breakdown.
|
||||||
|
|
||||||
|
* Auto-filter hyperlinks for PO vs. invoice breakdown in Receiving.
|
||||||
|
|
||||||
|
* Add grid hyperlinks for trainwreck transaction line items.
|
||||||
|
|
||||||
|
* Use dict instead of custom object to represent menus.
|
||||||
|
|
||||||
|
* Expose "discount type" for Trainwreck line items.
|
||||||
|
|
||||||
|
|
||||||
0.8.210 (2022-02-20)
|
0.8.210 (2022-02-20)
|
||||||
--------------------
|
--------------------
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
# -*- coding: utf-8; -*-
|
# -*- coding: utf-8; -*-
|
||||||
|
|
||||||
__version__ = '0.8.210'
|
__version__ = '0.8.211'
|
||||||
|
|
Loading…
Reference in a new issue