Update changelog

This commit is contained in:
Lance Edgar 2022-03-01 13:31:50 -06:00
parent 031d97aea3
commit 2e0bc63e20
2 changed files with 13 additions and 1 deletions

View file

@ -2,6 +2,18 @@
CHANGELOG CHANGELOG
========= =========
0.8.213 (2022-03-01)
--------------------
* Add simple searchable column support for non-AJAX grids.
* Fix stdout/stderr fields for upgrade view.
* Pass query along for download results, so subclass can modify.
* Avoid making discounts data if missing field, for trainwreck item view.
0.8.212 (2022-02-26) 0.8.212 (2022-02-26)
-------------------- --------------------

View file

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