From a93b8a33fba06f0533738f491408a69fd8b1d6dd Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Wed, 11 Mar 2015 21:29:09 -0500 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 2095f21f..29981ce6 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,5 +1,29 @@ .. -*- coding: utf-8 -*- +0.4.7 +----- + +* Add views for deposit links, taxes; update product view. + +* Add some new vendor and product fields. + +* Add panels to product details view, etc. + +* Fix login so user is sent to their target page after authentication. + +* Don't allow edit of vendor and effective date in catalog batches. + +* Add shared GPC search filter, use it for product batch rows. + +* Add default ``Grid.iter_rows()`` implementation. + +* Add "save" icon and grid column style. + +* Add ``numeric.js`` script for numeric-only text inputs. + +* Add product UPC to JSON output of 'products.search' view. + + 0.4.6 ----- diff --git a/tailbone/_version.py b/tailbone/_version.py index a6311d48..de79d584 100644 --- a/tailbone/_version.py +++ b/tailbone/_version.py @@ -1,3 +1,3 @@ # -*- coding: utf-8 -*- -__version__ = u'0.4.6' +__version__ = u'0.4.7'