From 267f040b8e4b79033fa976df59d5706a3257f03c Mon Sep 17 00:00:00 2001 From: Patrick Duin Date: Thu, 30 Nov 2023 10:55:03 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b12d177cf..867c17d6f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ ## [3.11.7] - 2023-11-30 ### Changed -- Fixed exception that was not logging in a log statement. +- Fixed log statement that was not logging the exception correctly. - Removed client.shutdown() call, this always throws an exception and the code ends up closing the transport directly. ## [3.11.6] - 2023-10-24