Update changelog
This commit is contained in:
parent
eaf929474f
commit
a23eb3f32d
14
CHANGES.rst
14
CHANGES.rst
|
@ -2,6 +2,20 @@
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
0.8.125 (2021-02-10)
|
||||||
|
--------------------
|
||||||
|
|
||||||
|
* Fix some permission bugs when showing batch tools etc.
|
||||||
|
|
||||||
|
* Render batch execution description as markdown.
|
||||||
|
|
||||||
|
* Cleanup default display for vendor catalog batches.
|
||||||
|
|
||||||
|
* Make errors more obvious, when running batch commands as subprocess.
|
||||||
|
|
||||||
|
* Add styles for field labels in profile view.
|
||||||
|
|
||||||
|
|
||||||
0.8.124 (2021-02-04)
|
0.8.124 (2021-02-04)
|
||||||
--------------------
|
--------------------
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
# -*- coding: utf-8; -*-
|
# -*- coding: utf-8; -*-
|
||||||
|
|
||||||
__version__ = '0.8.124'
|
__version__ = '0.8.125'
|
||||||
|
|
Loading…
Reference in a new issue