Update changelog
This commit is contained in:
parent
527bc04998
commit
24516b81cb
18
CHANGES.rst
18
CHANGES.rst
|
@ -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)
|
||||||
--------------------
|
--------------------
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
# -*- coding: utf-8; -*-
|
# -*- coding: utf-8; -*-
|
||||||
|
|
||||||
__version__ = '0.8.105'
|
__version__ = '0.8.106'
|
||||||
|
|
Loading…
Reference in a new issue