Update changelog

This commit is contained in:
Lance Edgar 2018-06-04 14:11:13 -05:00
parent 2923585bd3
commit cac9de3cc7
2 changed files with 15 additions and 1 deletions

View file

@ -2,6 +2,20 @@
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)
-------------------

View file

@ -1,3 +1,3 @@
# -*- coding: utf-8; -*-
__version__ = '0.7.13'
__version__ = '0.7.14'