Update changelog

This commit is contained in:
Lance Edgar 2021-02-10 11:53:40 -06:00
parent eaf929474f
commit a23eb3f32d
2 changed files with 15 additions and 1 deletions

View file

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

View file

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