Update changelog

This commit is contained in:
Lance Edgar 2019-09-24 14:26:20 -05:00
parent 64f81e3396
commit f0a5265a65
2 changed files with 13 additions and 1 deletions

View file

@ -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)
-------------------

View file

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