From 209b4b4de3f2a267706ecf04adc22d0a62307629 Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Tue, 2 Nov 2021 11:15:44 -0500 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 38d1e8b4..516c7dec 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,6 +2,22 @@ CHANGELOG ========= +0.8.165 (2021-11-02) +-------------------- + +* Optionally set the ``sticky-header`` attribute for main buefy grids. + +* Show case qty by default for costing batch rows. + +* Highlight the "did not receive" rows for purchase batch. + +* Improve validation for Person field of User form. + +* Omit "edit" link unless user has perm, for Customer "people" subgrid. + +* Highlight "cannot calculate price" rows for new product batch. + + 0.8.164 (2021-10-20) -------------------- diff --git a/tailbone/_version.py b/tailbone/_version.py index b68d6316..1f238d69 100644 --- a/tailbone/_version.py +++ b/tailbone/_version.py @@ -1,3 +1,3 @@ # -*- coding: utf-8; -*- -__version__ = '0.8.164' +__version__ = '0.8.165'