We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b83c87c commit 3dfee03Copy full SHA for 3dfee03
Configurations/generate_latest_changes.py
@@ -7,6 +7,7 @@
7
8
hit_first_changelog_note = False
9
with open("CHANGELOG", "r") as changelog_file:
10
+ sys.stdout.write("Changes:\n\n")
11
for line in changelog_file:
12
if line.startswith("#"):
13
if hit_first_changelog_note:
0 commit comments