Update changelog

This commit is contained in:
Lance Edgar 2020-09-02 13:44:13 -05:00
parent 527bc04998
commit 24516b81cb
2 changed files with 19 additions and 1 deletions

View file

@ -2,6 +2,24 @@
CHANGELOG CHANGELOG
========= =========
0.8.106 (2020-09-02)
--------------------
* Add progress for generating "results as CSV/XLSX" file to download.
* Use utf8 encoding when downloading results as CSV.
* Add new/flexible "download results" feature.
* Fix spacing between components in "grid tools" section.
* Add support for batch execution options in Buefy themes.
* Improve auto-handling of "local" timestamps.
* Expose ``Product.average_weight`` field.
0.8.105 (2020-08-21) 0.8.105 (2020-08-21)
-------------------- --------------------

View file

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