From 09980324a757e91fed21e1a35fc075507ab2517c Mon Sep 17 00:00:00 2001 From: Ervin Hegedus Date: Thu, 8 Aug 2024 21:03:10 +0200 Subject: [PATCH] Added PR #3114 --- CHANGES | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES b/CHANGES index 0c5fcb4c..86f40a06 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,8 @@ v3.0.13 - YYYY-MMM-DD --------------------- + - fix: Sonarcloud reported memleak fixes + [PR #3114 - @airween] - V3/sonarcloud replace this declaration by a structured binding declaration [PR #3217 - @gberkes]