From b5899fc37848b006e0967d19b163680f78838888 Mon Sep 17 00:00:00 2001 From: John Date: Sun, 7 Jul 2024 19:36:25 +0200 Subject: [PATCH] updated --- ChangeLog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ChangeLog.md b/ChangeLog.md index 82bb284b..bb116bda 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -5,6 +5,8 @@ * fix DTM type with recent dates * fix for some updated messages not appearing on KNX or MQTT * fix for parsing certain condition ranges +* fix for "reload" command not starting the scan again + ## Features * add "inject" command * add config path to verbose "info" command @@ -13,6 +15,9 @@ * add verbose raw data option to "read" and "write" commands * add option to allow write direction in "read" command when inline defining a new message +## Breaking Changes +* change default config path to https://ebus.github.io/ serving files generated from new TypeSpec message definition sources + # 23.3 (2023-12-26) ## Bug Fixes