From b2c63ac261fdc243d89b42de22de85fd4afd0442 Mon Sep 17 00:00:00 2001 From: john30 Date: Tue, 25 Dec 2018 16:28:06 +0100 Subject: [PATCH] remove newline from JSON output --- ChangeLog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/ChangeLog.md b/ChangeLog.md index 54d18d8b..034c9fe2 100755 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -15,6 +15,7 @@ * added "--mqttclientid" to set own client ID instead of using the default * added support for single quotes to all commands * added "--mqttlog" and "--mqttversion" options +* removed newline from JSON output for supporting e.g. https://fhem.de/commandref.html#MQTT2_CLIENT # 3.2 (2018-05-10)