diff --git a/dev/releases/release_notes.py b/dev/releases/release_notes.py index 2bc47af243..ccf3e825e4 100755 --- a/dev/releases/release_notes.py +++ b/dev/releases/release_notes.py @@ -178,17 +178,17 @@ def package_updates(relnotes_file: TextIO, new_gap_version: str) -> None: # See also . prioritylist = [ ["release notes: highlight", "Highlights"], + ["kind: new feature", "New features"], + ["topic: performance", "Performance improvements"], + ["kind: enhancement", "Improved and extended functionality"], + ["kind: removal or deprecation", "Removed or obsolete functionality"], ["topic: packages", "Changes related to handling of packages"], ["topic: gac", "Changes to the GAP compiler"], ["topic: documentation", "Changes in the documentation"], - ["topic: performance", "Performance improvements"], ["topic: build system", "Build system"], ["topic: julia", "Changes to the **Julia** integration"], ["topic: libgap", "Changes to the `libgap` interface"], ["topic: HPC-GAP", "Changes to HPC-GAP"], - ["kind: new feature", "New features"], - ["kind: enhancement", "Improved and extended functionality"], - ["kind: removal or deprecation", "Removed or obsolete functionality"], ["kind: bug: wrong result", "Fixed bugs that could lead to incorrect results"], ["kind: bug: crash", "Fixed bugs that could lead to crashes"], [