From df00dd600af25c7b31bdf91b4cac218feaf1672a Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Sun, 1 Mar 2020 12:24:41 -0600 Subject: [PATCH] Update changelog --- CHANGES.rst | 18 ++++++++++++++++++ tailbone/_version.py | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index d1ef4ad6..098533ed 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,6 +2,24 @@ CHANGELOG ========= +0.8.86 (2020-03-01) +------------------- + +* Add toggle complete, more normalized row fields for odering batch API. + +* Return employee_uuid along with user info, from API. + +* Add support for executing ordering batches via API. + +* Fix how we fetch employee history, for profile view. + +* Cleanup main version history views for Buefy theme. + +* Fix product price, cost history dialogs, for Buefy theme. + +* Fix some basic product editing features. + + 0.8.85 (2020-02-26) ------------------- diff --git a/tailbone/_version.py b/tailbone/_version.py index 3cb047fe..977efbd9 100644 --- a/tailbone/_version.py +++ b/tailbone/_version.py @@ -1,3 +1,3 @@ # -*- coding: utf-8; -*- -__version__ = '0.8.85' +__version__ = '0.8.86'