From a7a2f79408993f2ed49ee741881ffca2831c2808 Mon Sep 17 00:00:00 2001 From: Michael Zingale Date: Tue, 2 Jan 2024 11:05:43 -0500 Subject: [PATCH] update changes --- CHANGES.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 751300868c..0bb87dc598 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,13 @@ +# 24.01 + + * An option for unlimited PPM reconstruction was added (#2670) + + * An option allowing for optional passive sources to the conserved + state was added (#2678) + + * A script `diag_parser.py` was added to allow for easy parsing of + the global diagnostic files output at runtime (#2666, #2667) + # 23.12 * The radiation solver port to C++ has been completed (#2638, #2648)