From d9d1b9a9feca8317cca10dc3afa56edfad8bf521 Mon Sep 17 00:00:00 2001 From: john30 Date: Sun, 6 Oct 2019 14:16:55 +0200 Subject: [PATCH] updated, prepared for v3.4 --- ChangeLog.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog.md b/ChangeLog.md index 4567ca82..9d314716 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,4 +1,4 @@ -# next version +# 3.4 (2019-10-?) ## Bug Fixes * fix for always enabled "--mqttchanges" option @@ -9,12 +9,14 @@ * fix for detecting subsequent fields with less than 8 bits not fitting into 1 byte * fix for compilation and running on FreeBSD and MacOS with low latency setting for FTDI device (thanks to samm-git) * fix for switching to daemon mode when log file was not opened +* fix for checking required arguments of "write" command with "-h" ## Features * added option to set poll priority with MQTT get topic * added "direct" command for listening to all valid messages from the bus * added MQTT /list topic for retrieval of all known messages * added support for init scripts on non-LSB distributions (thanks to andr2000) +* added support for logging to syslog instead of file (thanks to samm-git) # 3.3 (2018-12-26)