Skip to content

Commit 773c6fd

Browse files
committed
(lambda_enhancements) update changelog
1 parent 7b33c5a commit 773c6fd

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/changelog.h

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -859,7 +859,12 @@
859859
// 02.26.02 RTW - Dec 17, 2021 - Defect repair, Code cleanup:
860860
// - Changed all occurences of PPOW(base, 1.0/3.0) with std::cbrt, as the former could not handle negative bases
861861
// - Changed all occurences of sqrt with std::sqrt for consistency with the above change
862+
// 02.27.00 ML - Jan 08, 2021 - Enhancements:
863+
// - Add enhanced Nanjing lambda option that continuously extrapolates beyond radial range
864+
// - Add Nanjing lambda option to switch between calculation using rejuvenated mass and true birth mass
865+
// - Add Nanjing lambda mass and metallicity interpolation options
866+
// - No change in default behaviour
862867

863-
const std::string VERSION_STRING = "02.26.02";
868+
const std::string VERSION_STRING = "02.27.00";
864869

865870
# endif // __changelog_h__

0 commit comments

Comments
 (0)