From 85668e332ed2b4783d7cf07855330c155b1cdf4c Mon Sep 17 00:00:00 2001 From: Michael Zingale Date: Sat, 1 Jun 2024 16:15:14 -0400 Subject: [PATCH] update changes for 24.06 (#470) --- 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,