Update changelog
This commit is contained in:
parent
2923585bd3
commit
cac9de3cc7
14
CHANGES.rst
14
CHANGES.rst
|
@ -2,6 +2,20 @@
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
0.7.14 (2018-06-04)
|
||||||
|
-------------------
|
||||||
|
|
||||||
|
* Show department instead of subdept by default, for products grid.
|
||||||
|
|
||||||
|
* Add support for variance inventory batches, aggregation by product.
|
||||||
|
|
||||||
|
* Set default column renderers for grid based on data types.
|
||||||
|
|
||||||
|
* Expose 'hidden' flag for inventory adjustment reasons.
|
||||||
|
|
||||||
|
* Expose new ``Vendor.abbreviation`` field.
|
||||||
|
|
||||||
|
|
||||||
0.7.13 (2018-05-31)
|
0.7.13 (2018-05-31)
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
# -*- coding: utf-8; -*-
|
# -*- coding: utf-8; -*-
|
||||||
|
|
||||||
__version__ = '0.7.13'
|
__version__ = '0.7.14'
|
||||||
|
|
Loading…
Reference in a new issue