Update changelog

This commit is contained in:
Lance Edgar 2022-02-25 14:30:02 -06:00
parent 2290d9f990
commit 587a4daf7a
2 changed files with 17 additions and 1 deletions

View file

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

View file

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