From e714207d0d102435e876bc33b3a8c573c982ad70 Mon Sep 17 00:00:00 2001 From: Michael Zingale Date: Wed, 1 May 2024 13:42:26 -0400 Subject: [PATCH] update changes --- CHANGES.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 27b35e83d..358fb298e 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,14 @@ +# 24.05 + + * some coverity, clang-tidy, and other compiler fixes (#430, #437, + #442) + + * switch a type narrowing in basestate lambdas (#438) + + * update to Async arrays in the slopes (#404) + + * sync up with Castro's runtime parameter support (#436) + # 24.04 * clang-tidy fixes (#427, #428, #423, #422, #420, #419, #415, #416,