From 127c5e7577541fc62d5df8f8e59734fccf09c23e Mon Sep 17 00:00:00 2001 From: "Roger A. Light" Date: Wed, 11 May 2022 15:55:05 +0100 Subject: [PATCH] Update changelog --- ChangeLog.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChangeLog.txt b/ChangeLog.txt index 0dfdb6ab0a..dd81c5359e 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -5,6 +5,8 @@ Broker: - Fix memory leak when a plugin modifies the topic of a message in MOSQ_EVT_MESSAGE. - Fix bridge `restart_timeout` not being honoured. +- Fix potential memory leaks if a plugin modifies the message in the + MOSQ_EVT_MESSAGE event. Client library: - Fix threads library detection on Windows under cmake. Bumps the minimum