From 27d37b47b9434236a36a857ea978028588703fb5 Mon Sep 17 00:00:00 2001 From: Michael Zingale Date: Thu, 30 May 2024 14:51:48 -0400 Subject: [PATCH] update changes for 24.06 --- CHANGES.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 358fb298e..5db0242e4 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,23 @@ +# 24.06 + + * added burning_cutoff_temperature_lo parameter (#465) + + * fixed an OpenMP race condition in the diagnostics (#455) + + * colorized the verbose stepping output (#463) + + * added more CI checks (#458, #459, #462) + + * fixed some clang-tidy issues (#443, #457) + + * disallow OpenMP + GPUs (#456) + + * documentation improvements (#450) + + * fix a race condition in the build system dependencies (#448) + + * add `eos_rh_t` in places to speed up the EOS calls (#446) + # 24.05 * some coverity, clang-tidy, and other compiler fixes (#430, #437,