From f6cfd51714aa33e393752d725ee11ea6680b9c50 Mon Sep 17 00:00:00 2001 From: Roger Light Date: Mon, 23 Aug 2021 23:30:45 +0100 Subject: [PATCH] Changelog update. --- ChangeLog.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/ChangeLog.txt b/ChangeLog.txt index 69406ff..e528917 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -39,6 +39,7 @@ v1.6.0 - 2021-xx-xx loop(). This removes problems when running with an external event loop. - Drain all of sockpairR bytes to avoid unnecessary wakeups and possible timeouts. Closes #563. +- Add timeout to MQTTMessageInfo:wait_for_publish(). v1.5.1 - 2020-09-22 -- GitLab