Update changelog

This commit is contained in:
Lance Edgar 2023-02-20 21:49:28 -06:00
parent e058bbce9e
commit 4e4bcbeaf3
2 changed files with 13 additions and 1 deletions

View file

@ -2,6 +2,18 @@
CHANGELOG CHANGELOG
========= =========
0.10.8 (2023-02-20)
-------------------
* Remove unused ``find_products_by_key()`` method from ProductHandler.
* Deprecate the ``get_product_by_upc()`` "api" function.
* Declare ``cache_ok = True`` for custom SQL data types.
* Avoid/delay some imports in case SQLAlchemy not installed.
0.10.7 (2023-02-12) 0.10.7 (2023-02-12)
------------------- -------------------

View file

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