Add CHANGES note for [GL #1609]

This commit is contained in:
Ondřej Surý 2023-02-14 12:11:03 +01:00
parent c194ff5d77
commit 459db4462f
No known key found for this signature in database
GPG key ID: 2820F37E873DEA41

View file

@ -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]