Update changelog

This commit is contained in:
Lance Edgar 2018-11-19 14:15:48 -06:00
parent 4806d7e5fe
commit 3e8d6a27f1
2 changed files with 20 additions and 1 deletions

View file

@ -2,6 +2,25 @@
CHANGELOG CHANGELOG
========= =========
0.7.50 (2018-11-19)
-------------------
* Add simple price fields for product XLSX results download.
* Add "200 per page" option for UI table grids.
* Add department, subdepartment "name" columns for products XLSX download.
* Allow override of template for custom create views.
* Expose new ``Customer.wholesale`` flag.
* Add vendor id, name to row CSV download for pricing batch.
* Expose ``suggested_price``, ``price_diff_percent``, ``margin_diff`` for
pricing batch row.
0.7.49 (2018-11-08) 0.7.49 (2018-11-08)
------------------- -------------------

View file

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