Update changelog

This commit is contained in:
Lance Edgar 2018-10-19 20:33:13 -05:00
parent fe2905e9df
commit ed9f8a269c
2 changed files with 19 additions and 1 deletions

View file

@ -2,6 +2,24 @@
CHANGELOG CHANGELOG
========= =========
0.7.43 (2018-10-19)
-------------------
* Add new timeout fields for tempmon probe.
* Customize template for viewing probe details.
* Add support for new Tempmon Appliance table, etc.
* Add basic image upload support for tempmon appliances.
* Add thumbnail images to Appliances grid.
* Hopefully, let the Grid class generate a default list of columns.
* Don't include grid filters for LargeBinary columns.
0.7.42 (2018-10-18) 0.7.42 (2018-10-18)
------------------- -------------------

View file

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