Skip to content

Commit

Permalink
Reorder sections in release notes (#5815)
Browse files Browse the repository at this point in the history
For me at least, I'd like to first read about new features, improvements, performance
  • Loading branch information
fingolfin authored Oct 15, 2024
1 parent 520a378 commit 4ba419b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions dev/releases/release_notes.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,17 +178,17 @@ def package_updates(relnotes_file: TextIO, new_gap_version: str) -> None:
# See also <https://github.com/gap-system/gap/issues/4257>.
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"],
[
Expand Down

0 comments on commit 4ba419b

Please sign in to comment.