Update changelog
This commit is contained in:
parent
da3aaafbcd
commit
e77ca93d80
16
CHANGES.rst
16
CHANGES.rst
|
@ -2,6 +2,22 @@
|
|||
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)
|
||||
--------------------
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
# -*- coding: utf-8; -*-
|
||||
|
||||
__version__ = '0.8.234'
|
||||
__version__ = '0.8.235'
|
||||
|
|
Loading…
Reference in a new issue