diff --git a/Configurations/generate_latest_changes.py b/Configurations/generate_latest_changes.py index e3da05cd1..e8cc4c959 100755 --- a/Configurations/generate_latest_changes.py +++ b/Configurations/generate_latest_changes.py @@ -7,6 +7,7 @@ hit_first_changelog_note = False with open("CHANGELOG", "r") as changelog_file: + sys.stdout.write("Changes:\n\n") for line in changelog_file: if line.startswith("#"): if hit_first_changelog_note: