From 8b66a323cdfb3dfa364bd699fae1e99882eaefb3 Mon Sep 17 00:00:00 2001 From: "Roger A. Light" Date: Thu, 27 Sep 2018 22:06:54 +0100 Subject: [PATCH] Add mosquitto_subscribe_multiple() For sending subscriptions to multiple topics in one command. --- ChangeLog.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ChangeLog.txt b/ChangeLog.txt index ac9420e9..cb028f01 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,3 +1,11 @@ +1.6 - 2018xxxx +============== + +Library features: +- Add mosquitto_subscribe_multiple() for sending subscriptions to multiple + topics in one command. + + 1.5 - 20180502 ==============