We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d41457b commit 35686f9Copy full SHA for 35686f9
src/changelog.h
@@ -1537,7 +1537,10 @@
1537
// 03.18.00 JR - Apr 14, 2025 - Enhancement:
1538
// - Add option "--timestep-multipliers" to enable more granular, phase-dependent, timestep multipliers (see documentation for use)
1539
// - Added maximum allowed value for options `--timestep-multiplier` and `--timestep-multipliers`
1540
+// 03.18.01 AB - Apr 28, 2025 - Defect repair:
1541
+// - Updated coefficients from Shikauchi et al. (2024) for main-sequence core mass calculations
1542
+// - Fixed behaviour of surface helium abundance for HeMS stars and core helium abundance for HeHG stars
1543
-const std::string VERSION_STRING = "03.18.00";
1544
+const std::string VERSION_STRING = "03.18.01";
1545
1546
# endif // __changelog_h__
0 commit comments