From c9d40abe968d49618ed1f4c850294a317e29108e Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Wed, 19 Dec 2018 11:38:01 -0600 Subject: [PATCH] Update changelog --- CHANGES.rst | 24 ++++++++++++++++++++++++ tailbone/_version.py | 2 +- 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index dec8ae01..4de9c122 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,6 +2,30 @@ CHANGELOG ========= +0.8.4 (2018-12-19) +------------------ + +* Add ``object_helpers()`` def to master/view template. + +* Add ``oneoff_import()`` helper method to MasterView class. + +* Fix some styles, per flexbox layout changes. + +* Add ability to make new pricing batch from input data file. + +* Clean up some inventory batch UI logic; prefer units by default. + +* Add 'unit_cost' to Excel download for Products grid. + +* Expose subdepartment for pricing batch rows. + +* Add 'percent' as field type for Form; fix rendering of 'percent' for Grid. + +* Expose label profile selection when editing label batch. + +* Make sure custom field labels are shown for batch execution dialog. + + 0.8.3 (2018-12-14) ------------------ diff --git a/tailbone/_version.py b/tailbone/_version.py index ce5d4440..59135b33 100644 --- a/tailbone/_version.py +++ b/tailbone/_version.py @@ -1,3 +1,3 @@ # -*- coding: utf-8; -*- -__version__ = '0.8.3' +__version__ = '0.8.4'