Change: Use Markdown for changelog.

Includes minor changes to how version changes are limited for display.
This commit is contained in:
Peter Nelson
2024-10-13 20:20:48 +01:00
committed by Peter Nelson
parent e98407973f
commit 01807fa753
8 changed files with 501 additions and 462 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ This guide is for OpenTTD developers/maintainers, to release a new version of Op
## Step 1: Prepare changelog documentation
1. Update the [changelog](../changelog.txt) with new changes since the last release.
1. Update the [changelog](../changelog.md) with new changes since the last release.
* Changelog entries are typically PR titles, but can be edited to be more helpful without context.
* Don't include fixes to things which haven't previously been released (like fixes to features which are in the same changelog).
* Order the entries by importance: `Feature > Add > Change > Fix`, then numerically by PR number.