From 8cb814bd796f21c2620aa3906ee7088a371c179d Mon Sep 17 00:00:00 2001 From: Michael Zingale Date: Fri, 1 Mar 2024 15:57:38 -0500 Subject: [PATCH] update changes --- CHANGES.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 12be083506..7aeb11c743 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,14 @@ +# 24.03 + + * Documentation updates (#2742, #2752, #2753) + + * Fix some code warnings (#2737) + + * Fixed the exact Riemann solver compilation (#2745) + + * Fix an issue with large kernel sizes with ROCm in the reduction code + in the reactions (#2749) + # 24.02 * Lot's of code fixes from coverity and clang-tidy (#2736, #2734,