Skip to content

Commit 586d9d9

Browse files
changelog
1 parent 0f62dff commit 586d9d9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/changelog.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1597,8 +1597,10 @@
15971597
// - Fix for issue #400; correct Zsol values are now used in stellar wind prescriptions
15981598
// - To avoid ambiguous ZSOL, we now use ZSOL_HURLEY = 0.02, ZSOL_ANDERS = 0.019, and ZSOL_ASPLUND = 0.0142
15991599
// - Fixed error in MainSequence::CalculateInitialMainSequenceCoreMass()
1600+
// 03.20.09 RTW - Jun 30, 2025 - Enhancement:
1601+
// - Added individual velocity components for stars to the LogTypedefs file so they can be included in the output (as ANY_STAR_PROPERTY::SPEED_X, or Y, Z)
16001602

1601-
const std::string VERSION_STRING = "03.20.08";
1603+
const std::string VERSION_STRING = "03.20.09";
16021604

16031605

16041606
# endif // __changelog_h__

0 commit comments

Comments
 (0)