Update changelog

This commit is contained in:
Lance Edgar 2018-12-19 11:38:01 -06:00
parent 2ed34dda15
commit c9d40abe96
2 changed files with 25 additions and 1 deletions

View file

@ -2,6 +2,30 @@
CHANGELOG
=========
0.8.4 (2018-12-19)
------------------
* Add ``object_helpers()`` def to master/view template.
* Add ``oneoff_import()`` helper method to MasterView class.
* Fix some styles, per flexbox layout changes.
* Add ability to make new pricing batch from input data file.
* Clean up some inventory batch UI logic; prefer units by default.
* Add 'unit_cost' to Excel download for Products grid.
* Expose subdepartment for pricing batch rows.
* Add 'percent' as field type for Form; fix rendering of 'percent' for Grid.
* Expose label profile selection when editing label batch.
* Make sure custom field labels are shown for batch execution dialog.
0.8.3 (2018-12-14)
------------------

View file

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