Update changelog
This commit is contained in:
parent
0e4b33be96
commit
09e18b064d
20
CHANGES.rst
20
CHANGES.rst
|
@ -2,6 +2,26 @@
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
0.8.80 (2020-01-20)
|
||||||
|
-------------------
|
||||||
|
|
||||||
|
* Hide the SRP history link for new buefy themes.
|
||||||
|
|
||||||
|
* Add regular price history dialog for product view.
|
||||||
|
|
||||||
|
* Add support for Row Status Breakdown, for Import/Export batches.
|
||||||
|
|
||||||
|
* Cleanup "diff" table for importer batch row view, per Buefy theme.
|
||||||
|
|
||||||
|
* Highlight SRP in red, if reg price is greater.
|
||||||
|
|
||||||
|
* Expose batch ID, sequence for datasync change queue.
|
||||||
|
|
||||||
|
* Add "current price history" dialog for product view.
|
||||||
|
|
||||||
|
* Add "cost history" dialog for product view.
|
||||||
|
|
||||||
|
|
||||||
0.8.79 (2020-01-06)
|
0.8.79 (2020-01-06)
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
# -*- coding: utf-8; -*-
|
# -*- coding: utf-8; -*-
|
||||||
|
|
||||||
__version__ = '0.8.79'
|
__version__ = '0.8.80'
|
||||||
|
|
Loading…
Reference in a new issue