From fe9cf1e112b7538a5810ac07f7923b1551dcadce Mon Sep 17 00:00:00 2001 From: Veome Kapil Date: Tue, 7 Jan 2025 15:27:01 -0500 Subject: [PATCH] updated changelog --- src/changelog.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/changelog.h b/src/changelog.h index fc9d05f50..effe48016 100644 --- a/src/changelog.h +++ b/src/changelog.h @@ -1423,7 +1423,9 @@ // - fix for issue #1310 - run terminates prematurely if error in grid file // 03.10.04 RTW - Nov 27, 2024 - Defect repair: // - fix for issue #1247 - SN Euler angles had incomplete logic, leading to a div by zero in some cases +// 03.10.05 VK - Jan 7, 2025 - Enhancement: +// - Modified the KAPIL2024 tides to ignore quadratic 'e' terms for spin and separation evolution if they incorrectly spin up an already synchronized star. -const std::string VERSION_STRING = "03.10.04"; +const std::string VERSION_STRING = "03.10.05"; # endif // __changelog_h__