Update changelog

This commit is contained in:
Lance Edgar 2022-01-08 20:08:32 -06:00
parent 6af5157b4e
commit 94fc5c1859
2 changed files with 17 additions and 1 deletions

View file

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

View file

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