Skip to content

Commit d8c19cf

Browse files
author
Ilya Mandel
committed
Draft PR
1 parent e9e7d99 commit d8c19cf

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/changelog.h

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1411,6 +1411,9 @@
14111411
// - Minor fixes, including to #1255, #1258
14121412
// 03.10.00 JR - Nov 29, 2024 - Enhancement:
14131413
// - added functionality to allow stellar mergers (for BSE) to be logged to switchlog file (see documentation for details)
1414-
const std::string VERSION_STRING = "03.10.00";
1414+
// 03.10.01 IM - Nov 30, 2024 - Defect repair:
1415+
// - corrected treatment of rotation to retain pre-mass-loss spin frequency, not angular momentum, on complete envelope removal during stable mass transfer
1416+
// - fixed issue with updating helium giants that manifested as supernovae with nan core mass (see #1245)
1417+
const std::string VERSION_STRING = "03.10.01";
14151418

14161419
# endif // __changelog_h__

0 commit comments

Comments
 (0)