From 587a4daf7a55f619d0524fad316f5d511bdb4cd2 Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Fri, 25 Feb 2022 14:30:02 -0600 Subject: [PATCH] Update changelog --- CHANGES.rst | 16 ++++++++++++++++ tailbone/_version.py | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 3232924d..df13fb49 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,6 +2,22 @@ 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) -------------------- diff --git a/tailbone/_version.py b/tailbone/_version.py index aec2e7bb..44794282 100644 --- a/tailbone/_version.py +++ b/tailbone/_version.py @@ -1,3 +1,3 @@ # -*- coding: utf-8; -*- -__version__ = '0.8.210' +__version__ = '0.8.211'