Update changelog.

This commit is contained in:
Lance Edgar 2015-03-11 21:29:09 -05:00
parent 3fed317805
commit a93b8a33fb
2 changed files with 25 additions and 1 deletions

View file

@ -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
-----

View file

@ -1,3 +1,3 @@
# -*- coding: utf-8 -*-
__version__ = u'0.4.6'
__version__ = u'0.4.7'