From a19e605c719edc4cf5d6008fc7f618a812ed88e7 Mon Sep 17 00:00:00 2001 From: Michael Zingale Date: Fri, 1 May 2026 10:28:17 -0400 Subject: [PATCH] update CHANGES for 26.05 --- CHANGES.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 35c4bd6563..9d614540e8 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,20 @@ # Changelog +## 26.05 + + * Fix the maximum level of refinement for tagging in various input + files (#3138) + + * Add the hybrid-Powell solver as an option for true-SDC (#3310) + + * clarify how to override `CUDA_ARCH` (#3129) + + * remove new / delete in favor of unique pointers (#3333) + + * add `AGENTS.md` file (#3334) + + * add an assert in `define_new_center` to enforce assumptions (#3290) + ## 26.04 * update the burning timestep limiter to know about disabling burning @@ -2885,4 +2900,3 @@ reset is now reflected in the ghost cells (this is a more consistent behavior). Previously, the energy was never reset in the ghost cells. -