From 5403b3d01cfdcd935a861e0e24677a5fe8b79430 Mon Sep 17 00:00:00 2001 From: Ervin Hegedus Date: Wed, 7 Aug 2024 14:40:56 +0200 Subject: [PATCH] Update CHANGES; added newest PR's --- CHANGES | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGES b/CHANGES index 6221e613..39e44876 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,14 @@ v3.0.13 - YYYY-MMM-DD --------------------- + - Refactor: used the init-statement to declare "pos" inside the + if statement + [PR #3214 - @gberkes] + - Refactor: moved 3 #include directives to the top of the file. + [PR #3213 - @gberkes] + - Fix SecRemoteRules regression test not to depend on a + specific error message + [PR #3211 - @eduar-hte] - Fixed shared files deadlock in a multi-threaded Windows application [PR #3210 - @eduar-hte] - Add cleanup methods to complete C based ABI