Update changelog
This commit is contained in:
parent
201f7cc21e
commit
b875540397
14
CHANGES.rst
14
CHANGES.rst
|
@ -2,6 +2,20 @@
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
0.8.81 (2020-01-28)
|
||||||
|
-------------------
|
||||||
|
|
||||||
|
* Include regular price changes, for current price history dialog.
|
||||||
|
|
||||||
|
* Allow populate of new pricing batch from products w/ "SRP breach".
|
||||||
|
|
||||||
|
* Tweak how we import pip internal things, for upgrade view.
|
||||||
|
|
||||||
|
* Sort report options by name, when choosing which to generate.
|
||||||
|
|
||||||
|
* Add warning for "price breaches SRP" rows in pricing batch.
|
||||||
|
|
||||||
|
|
||||||
0.8.80 (2020-01-20)
|
0.8.80 (2020-01-20)
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
# -*- coding: utf-8; -*-
|
# -*- coding: utf-8; -*-
|
||||||
|
|
||||||
__version__ = '0.8.80'
|
__version__ = '0.8.81'
|
||||||
|
|
Loading…
Reference in a new issue