From d19b1e87b16b95b0c5720db687b01f12d7f795c1 Mon Sep 17 00:00:00 2001 From: thl-cmk <thl-cmk@outlook.com> Date: Mon, 22 Mar 2021 12:58:50 +0000 Subject: [PATCH] Update CHANGELOG --- CHANGELOG | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index a2af0dc..6cb4463 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1 +1,10 @@ -2021-03-18: initial release \ No newline at end of file +2021-03-18: initial release +2021-03-21: fixed params in cisco_asa_fan, removed params from cisco_asa_power +2021-03-22: code improvements as requested by jherbel@tribe29 + - added CMK default header + - added more specific class for power supply sensor + - replaced sensors dict with NamedTuple + - changed discovery functions to single line (yield from) + - moved up "except KeyError"/changed exception to return in temp/fan/power + - added type hint for section in check function temp/power + - moved imports from temp to top of file -- GitLab