From c7017bf370112f5a39cf7628ba354beea6d5e2c0 Mon Sep 17 00:00:00 2001 From: Andrea Selva Date: Tue, 20 Jun 2023 21:14:28 +0200 Subject: [PATCH] Minor, adds comments to changelog for #630 (#757) --- ChangeLog.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/ChangeLog.txt b/ChangeLog.txt index ff6eabc5f..5461e1436 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,4 +1,5 @@ Version 0.17-SNAPSHOT: + [fix] resolved issue #629 that originated from subscription trees wide and flat, resolved in #630 [dependency] updated Netty to 4.1.93 and tcnative to 2.0.61 (#755) [feature] add saved session expiry configurable through the `persistent_client_expiration` setting (#739). [feature] implemented methods to forcibly disconnects a clients from a Server instance (#744).