From 07fb5804157aaec02b868ede362fc67f6e0e59ef Mon Sep 17 00:00:00 2001 From: Ervin Hegedus Date: Wed, 28 Aug 2024 14:34:58 +0200 Subject: [PATCH] Added PR's #3233 and #3231 --- CHANGES | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES b/CHANGES index 4a6970d8..15625b8d 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,10 @@ v3.0.13 - YYYY-MMM-DD --------------------- + - Remove unnecessary heap allocated copies in Transformation actions + [PR #3231 - @eduar-hte] + - Removed multiple heap-allocated copies in Pm::init & parse_pm_content + [PR #3233 - @eduar-hte] - Unit tests results should not be displayed in 'automake output' mode [PR #3232 - @eduar-hte] - Replace usage of std::ctime, which is not safe in