From 1d03cac78a492ac83e23c69e939c49ec1da8244a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Sur=C3=BD?= Date: Tue, 6 Jun 2023 13:05:35 +0200 Subject: [PATCH] Add CHANGES note for [GL #4115] --- CHANGES | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES b/CHANGES index e822224060..4151a56666 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,7 @@ +6189. [bug] Fix an extra dns_validator deatch when encountering + deadling which would lead to assertion failure. + [GL #4115] + 6188. [performance] Reduce memory consumption by allocating properly sized send buffers for stream-based transports. [GL #4038]