From d9811a9987bacf520e3eade9188dceab667e17b1 Mon Sep 17 00:00:00 2001 From: Christian S Date: Fri, 3 Jan 2020 19:52:46 +0100 Subject: [PATCH] Update changelog for version 1.0.1 --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c2a054..137bc75 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ +## 1.0.1 (2020-01-03) + +Features: + + - add more details on connection errors + - add more details on parser errors + - add connection status incl. listeners to controllers + +Bugfixes: + + - fix thread interrupt handling + - allow null values for date and/or time for "datetime" type + - fix wrong replace broadcast message on building a telegram + - block table services if connection is not established + - add slave length to command match function to only process expected slave answer + + ## 1.0.0 (2019-12-28) Just a new label for the Alpha 0.9.22 release