Update changelog
This commit is contained in:
parent
64f81e3396
commit
f0a5265a65
12
CHANGES.rst
12
CHANGES.rst
|
@ -2,6 +2,18 @@
|
|||
CHANGELOG
|
||||
=========
|
||||
|
||||
0.8.61 (2019-09-24)
|
||||
-------------------
|
||||
|
||||
* Use ``simple_error()`` from rattail, for showing some error messages.
|
||||
|
||||
* Honor kwargs used for ``MasterView.get_index_url()``.
|
||||
|
||||
* Fix progress page so it effectively fetches progress data synchronously.
|
||||
|
||||
* Show "image not found" placeholder image for products which have none.
|
||||
|
||||
|
||||
0.8.60 (2019-09-09)
|
||||
-------------------
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
# -*- coding: utf-8; -*-
|
||||
|
||||
__version__ = '0.8.60'
|
||||
__version__ = '0.8.61'
|
||||
|
|
Loading…
Reference in a new issue