Update changelog
This commit is contained in:
parent
e058bbce9e
commit
4e4bcbeaf3
12
CHANGES.rst
12
CHANGES.rst
|
@ -2,6 +2,18 @@
|
|||
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)
|
||||
-------------------
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
# -*- coding: utf-8; -*-
|
||||
|
||||
__version__ = '0.10.7'
|
||||
__version__ = '0.10.8'
|
||||
|
|
Loading…
Reference in a new issue