Update changelog
This commit is contained in:
parent
2ed34dda15
commit
c9d40abe96
24
CHANGES.rst
24
CHANGES.rst
|
@ -2,6 +2,30 @@
|
||||||
CHANGELOG
|
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)
|
0.8.3 (2018-12-14)
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
# -*- coding: utf-8; -*-
|
# -*- coding: utf-8; -*-
|
||||||
|
|
||||||
__version__ = '0.8.3'
|
__version__ = '0.8.4'
|
||||||
|
|
Loading…
Reference in a new issue