Update changelog
This commit is contained in:
parent
6af5157b4e
commit
94fc5c1859
16
CHANGES.rst
16
CHANGES.rst
|
@ -2,6 +2,22 @@
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
0.8.192 (2022-01-08)
|
||||||
|
--------------------
|
||||||
|
|
||||||
|
* Add configurable template file for vendor catalog batch.
|
||||||
|
|
||||||
|
* Some aesthetic improvements for vendor catalog batch.
|
||||||
|
|
||||||
|
* Several disparate changes needed for vendor catalog improvements.
|
||||||
|
|
||||||
|
* Expose, honor "allow future" setting for vendor catalog batch.
|
||||||
|
|
||||||
|
* Add config for supported vendor catalog parsers.
|
||||||
|
|
||||||
|
* Update some method calls to avoid deprecation warnings.
|
||||||
|
|
||||||
|
|
||||||
0.8.191 (2022-01-03)
|
0.8.191 (2022-01-03)
|
||||||
--------------------
|
--------------------
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
# -*- coding: utf-8; -*-
|
# -*- coding: utf-8; -*-
|
||||||
|
|
||||||
__version__ = '0.8.191'
|
__version__ = '0.8.192'
|
||||||
|
|
Loading…
Reference in a new issue