From 60cb072e30e5cca021272dd2671489480c9fc3ab Mon Sep 17 00:00:00 2001 From: Jeff Riley Date: Mon, 20 Nov 2023 19:00:08 +1100 Subject: [PATCH] Fix changelog --- src/changelog.h | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/changelog.h b/src/changelog.h index 1d40d0903..e7ccc0694 100644 --- a/src/changelog.h +++ b/src/changelog.h @@ -1057,6 +1057,15 @@ // - Fixed a few typos, a little code cleanup. // 02.39.01 LC - Sep 01, 2023 - Defect repair: // - Fix for issue #945 - made HeSD SN types a sub-class of SNIA types. +// - Fix for issue #945 - made HeSD SN types a sub-class of SNIA types. +// +// 02.40.00 JDM - Sep 29, 2023 - Enhancement: +// - Added 'FLEXIBLE2023' option to --mass-loss-prescription. Recover previous defaults via 'BELCZYNSKI2010' option. this applies the following prescriptions: +// - Added --OB-mass-loss program option. +// - Added --RSG-mass-loss. +// - Added --VMS-mass-loss. +// - Added --WR-mass-loss. +// // 02.41.00 JR - Nov 02, 2023 - Enhancement, a little cleanup: // - Added naive tides implementation. Functionality enabled with new option `--enable-tides`. Default is no tides. // - Fixed CalculateOrbitalAngularMomentum() (now uses eccentricity)