From 02923144002e8d7e124d0ee71a0ddb6d71c622c3 Mon Sep 17 00:00:00 2001 From: thl-cmk <thl-cmk@outlook.com> Date: Sat, 27 Mar 2021 11:23:19 +0000 Subject: [PATCH] Update CHANGELOG --- CHANGELOG | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG b/CHANGELOG index e7ab540..c78ac4a 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -11,4 +11,5 @@ 2020-02-24: added workaround for missing cbgpPeer2AddrFamily (example L2VPN EVPN peers, Fix for jonale82[at]gmail[dot]com) 2020-03-02: changed handling of perfdata, add only data the are really there (not None) instead of setting them to 0 2020-09-10: fixed typo in metrics file. FMS --> FSM (thanks martin[dot]pechstein[at]posteo[dot]de) +2020-06-04: code cleanup --> changed isdigit test to try/except loop, changed peer.get test to try/except loop 2021-03-27: rewrite for CMK2.0 -- GitLab