Skip to content

Commit 15df0c5

Browse files
committed
Remove comments
1 parent ce5ff62 commit 15df0c5

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

src/SignToolGUI/Forms/ChangelogForm.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,6 @@ private void ChangelogForm_Load(object sender, EventArgs e)
1515
PopulateChangelog();
1616
}
1717

18-
// Pseudocode:
19-
// - Update the 2.1.0.0 section to mirror the content from the other changelog file:
20-
// - Use "### 🆕 Added", "### 🔧 Improvements", "### 🔄 Changed" headings
21-
// - Include bullets for tool updates/migration and performance improvements
22-
// - Keep all other historical entries unchanged
2318
private void PopulateChangelog()
2419
{
2520
// Changelog content

0 commit comments

Comments
 (0)