Skip to content

Commit 301ecaa

Browse files
updated changelog
1 parent 482cfc1 commit 301ecaa

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
@@ -856,7 +856,10 @@
856856
// - Removed redundant function ResolveRemnantAfterEnvelopeLoss (ResolveEnvelopeLoss is sufficient)
857857
// - Cleaned / updated ResolveEnvelopeLoss
858858
// - Fixed issue with masses and types of remnants formed from stripped HG stars
859+
// 02.26.02 RTW - Dec 17, 2021 - Defect repair, Code cleanup:
860+
// - Changed all occurences of PPOW(base, 1.0/3.0) with std::cbrt, as the former could not handle negative bases
861+
// - Changed all occurences of sqrt with std::sqrt for consistency with the above change
859862

860-
const std::string VERSION_STRING = "02.26.01";
863+
const std::string VERSION_STRING = "02.26.02";
861864

862865
# endif // __changelog_h__

0 commit comments

Comments
 (0)