Update changelog
This commit is contained in:
parent
4806d7e5fe
commit
3e8d6a27f1
19
CHANGES.rst
19
CHANGES.rst
|
@ -2,6 +2,25 @@
|
|||
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)
|
||||
-------------------
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
# -*- coding: utf-8; -*-
|
||||
|
||||
__version__ = '0.7.49'
|
||||
__version__ = '0.7.50'
|
||||
|
|
Loading…
Reference in a new issue