Update changelog

This commit is contained in:
Lance Edgar 2020-01-20 12:28:49 -06:00
parent 0e4b33be96
commit 09e18b064d
2 changed files with 21 additions and 1 deletions

View file

@ -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)
------------------- -------------------

View file

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