From 0745a8536ae2250e00dbef026b7700d9cb607a85 Mon Sep 17 00:00:00 2001 From: "Roger A. Light" Date: Fri, 29 Apr 2022 22:20:15 +0100 Subject: [PATCH] Update changelog. Fix mosquitto_pub incorrectly reusing topic aliases when reconnecting. Closes #2494. --- ChangeLog.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ChangeLog.txt b/ChangeLog.txt index 9bccedc7..0dfdb6ab 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -10,6 +10,9 @@ Client library: - Fix threads library detection on Windows under cmake. Bumps the minimum cmake version to 3.1, which is still ancient. +Clients: +- Fix mosquitto_pub incorrectly reusing topic aliases when reconnecting. + Closes #2494. 2.0.14 - 2021-11-17 ===================