Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typo in changelog.h #988

Merged
merged 1 commit into from
Aug 8, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/changelog.h
Original file line number Diff line number Diff line change
Expand Up @@ -1045,11 +1045,11 @@
// - Changed makefile to be POSIX compliant for .o suffix rule. No need to change docker Makefile - it is already POSIX compliant.
// - since GNU Make 4.3 a warning is issued for suffix rules that include prerequisites - in our case the .o rule on line 125:
// "Makefile:125: warning: ignoring prerequisites on suffix rule definition" - and in future releases it will become an error.
// 02.38.08 NRS - Jun 22, 2023 - Defect repair:
// 02.38.08 NRS - Jun 22, 2023 - Defect repair:
// - Changed documentation to match default value of m_EvolveUnboundSystems (TRUE).
// - Enhancement:
// - Enhancement:
// - Added --evolve-double-white-dwarfs option to allow evolution of DWD systems (FALSE by default).
// 02.38.07 JR - Jul 04, 2023 - Enhancement, a little code cleanup:
// 02.39.00 JR - Jul 04, 2023 - Enhancement, a little code cleanup:
// - Record and expose m_EvolutionStatus for both BaseStar and BaseBinaryStar as a variable available for selection
// for printing. m_EvolutionStatus records the final evolution status - the reason evolution was stopped. This was
// already printed to the console for each star or binary, and is now available to be recorded in the log files.
Expand Down