From 5dc3c652f70b33cde0f13ac0eabe647aa500b572 Mon Sep 17 00:00:00 2001 From: John Date: Sat, 19 Feb 2022 13:01:48 +0100 Subject: [PATCH] updated --- ChangeLog.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/ChangeLog.md b/ChangeLog.md index b947a33d..9756b3ca 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,3 +1,14 @@ +# 22.2 (tbd) +## Bug Fixes +* fix for reconnect in HTTPS client +* fix for potentially truncated float representation +* fix for unmatchable incoming MQTT topics +* fix for non-JSON MQTT payload format + +## Features +* add --cafile and --capath options with support for insecure HTTPS connections + + # 22.1 (2022-02-12) ## Bug Fixes * fix smaller bugs related to cleanup