Update changelog.
This commit is contained in:
parent
ef2dcee4c5
commit
fd74fb041b
16
CHANGES.rst
16
CHANGES.rst
|
@ -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
|
||||
-----
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
|
||||
__version__ = u'0.4.9'
|
||||
__version__ = u'0.4.10'
|
||||
|
|
Loading…
Reference in a new issue