From 77fa2a78d474378504c7ea2411db267a6b7c532b Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Tue, 22 Sep 2020 19:40:47 -0500 Subject: [PATCH] Update changelog --- CHANGES.rst | 20 ++++++++++++++++++++ tailbone/_version.py | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 860ed6dc..d462e851 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,6 +2,26 @@ CHANGELOG ========= +0.8.109 (2020-09-22) +-------------------- + +* Add 'warning' class for 'delete' action in b-table grid. + +* Add "worksheet file" pattern for editing batches. + +* Avoid unhelpful error when perm check happens for "re-created" DB user. + +* Prompt user if they try to send email preview w/ no address. + +* Don't expose "timezone" for input when generating 'fabric' project. + +* Add some more field hints when generating 'fabric' project. + +* Show node title in header, for home page. + +* Remove unwanted columns for default Products grid. + + 0.8.108 (2020-09-16) -------------------- diff --git a/tailbone/_version.py b/tailbone/_version.py index 3a76aeed..00954084 100644 --- a/tailbone/_version.py +++ b/tailbone/_version.py @@ -1,3 +1,3 @@ # -*- coding: utf-8; -*- -__version__ = '0.8.108' +__version__ = '0.8.109'