Update changelog

This commit is contained in:
Lance Edgar 2022-07-22 12:41:54 -05:00
parent da3aaafbcd
commit e77ca93d80
2 changed files with 17 additions and 1 deletions

View file

@ -2,6 +2,22 @@
CHANGELOG CHANGELOG
========= =========
0.8.235 (2022-07-22)
--------------------
* Split out rendering of ``this-page`` component in falafel theme.
* Allow download of results for common product-related tables.
* Make caching products optional, when creating vendor catalog batch.
* Expose the ``complete`` flag for pricing batch.
* Add ``template_kwargs_clone()`` stub for master view.
* Misc deform template improvements.
0.8.234 (2022-07-18) 0.8.234 (2022-07-18)
-------------------- --------------------

View file

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