From 459db4462fe2ba48b0443d7bf4bd42dfd675dcc4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Sur=C3=BD?= Date: Tue, 14 Feb 2023 12:11:03 +0100 Subject: [PATCH] Add CHANGES note for [GL #1609] --- CHANGES | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES b/CHANGES index 081f6572b6..b673261f55 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,7 @@ +6099. [performance] Change the internal read-write lock to modified C-RW-WP + algorithm that is more reader-writer fair and has better + performance for our workloads. [GL #1609] + 6098. [test] Don't test HMAC-MD5 when not supported by libcrypto. [GL #3871]