From 24d815b190eda45dc58bcd2df39f95e83151bdc1 Mon Sep 17 00:00:00 2001 From: andsel Date: Sat, 26 Oct 2024 17:31:27 +0200 Subject: [PATCH] Changelog update --- ChangeLog.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/ChangeLog.txt b/ChangeLog.txt index f9e059eb1..0fe95b1ff 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,4 +1,5 @@ Version 0.18-SNAPSHOT: + [feature] Flow-control_ Handled client's receive maximum property to configure the inflight window through the client. (#858) [feature] Generate correct MANIFEST.MF with bnd-maven-plugin. (#848) [feature] Flow-control: implemented publish's quota management on the server side. (#852) [fix] Incorrect reference used in compareAndSet in CTrie.cleanTomb. (#841)