From f42bc38f4c798dbecd3f2191f64699051ae522fa Mon Sep 17 00:00:00 2001 From: Ervin Hegedus Date: Tue, 13 Aug 2024 19:35:14 +0200 Subject: [PATCH] Update CHANGES --- CHANGES | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGES b/CHANGES index 318b16cd1e..85148611dd 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,11 @@ v3.0.13 - YYYY-MMM-DD --------------------- + - Prevent concurrent access to data in InMemoryPerProcess' + resolveXXX methods + [PR #3216 - @eduar-hte] + - Remove several string copies and unnecessary heap allocations + [PR #3222 - @eduar-hte] - Creating a std::string with a null pointer\ is undefined behaviour [PR #3220 - @eduar-hte]