Update changelog.

This commit is contained in:
Lance Edgar 2015-03-24 13:21:07 -05:00
parent ef2dcee4c5
commit fd74fb041b
2 changed files with 17 additions and 1 deletions

View file

@ -1,5 +1,21 @@
.. -*- coding: utf-8 -*-
0.4.10
------
* Add 'fake_error' view to test exception handling.
* Add ability to view details (i.e. all fields) of a batch row.
* Fix bulk delete of batch rows, to set 'removed' flag instead.
* Fix vendor invoice validation bug.
* Add dept. number and friends to product details page.
* Add "extra panels" customization hook to product details template.
0.4.9
-----

View file

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