From 9e5b43ca66140fac3ccea42a9b3365a05aa1ae52 Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Thu, 25 May 2017 14:53:34 -0500 Subject: [PATCH] Update changelog --- CHANGES.rst | 26 ++++++++++++++++++++++++++ tailbone/_version.py | 2 +- 2 files changed, 27 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index c0ec3570..6e04cc94 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,6 +2,32 @@ CHANGELOG ========= +0.5.101 (2017-05-25) +-------------------- + +* Fix subtle bug when identifying purchase batch row on order form update + +* Remove references to deprecated batch handler methods + +* Add validation for unique name when creating new Setting + +* Simplify page title display for mobile base template + +* Refactor "purchasing" batch views, split off "ordering" + +* Add initial (full-ish) support for mobile receiving views + +* Add support for bulk-delete of Pricing Batches + +* Pad session timeout warning by 10 seconds, to account for drift + +* Add highlight to active row within Order Form view + +* Make 'notes' field use textarea renderer by default, for all batches + +* Add basic ability to download Ordering Batch as Excel spreadsheet + + 0.5.100 (2017-05-18) -------------------- diff --git a/tailbone/_version.py b/tailbone/_version.py index b3581176..84b03d62 100644 --- a/tailbone/_version.py +++ b/tailbone/_version.py @@ -1,3 +1,3 @@ # -*- coding: utf-8; -*- -__version__ = u'0.5.100' +__version__ = u'0.5.101'