From 60c3222af2969b8f7231c323278390f3de56a0ff Mon Sep 17 00:00:00 2001 From: Alex Waygood Date: Tue, 21 Apr 2026 23:18:16 -0400 Subject: [PATCH 1/2] Add a 'Diagnostics improvements' section to the changelogs ty PRs tagged with `diagnostics` are usually solely focussed on improving diagnostics. It makes sense for these to usually go in their own changelog section --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index d8a0aa7a5..cfe6c6583 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -124,6 +124,7 @@ trim-title-prefixes = ["[ty]"] [tool.rooster.section-labels] "Breaking changes" = ["breaking"] "Preview features" = ["preview"] +"Diagnostics improvements" = ["diagnostics"] "Bug fixes" = ["bug"] "LSP server" = ["server"] "CLI" = ["cli"] From e456b2541a1897b5e6591920b5c39fb9919e5609 Mon Sep 17 00:00:00 2001 From: Alex Waygood Date: Wed, 22 Apr 2026 10:05:55 -0400 Subject: [PATCH 2/2] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cfe6c6583..785d96c88 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -124,7 +124,7 @@ trim-title-prefixes = ["[ty]"] [tool.rooster.section-labels] "Breaking changes" = ["breaking"] "Preview features" = ["preview"] -"Diagnostics improvements" = ["diagnostics"] +"Diagnostics" = ["diagnostics"] "Bug fixes" = ["bug"] "LSP server" = ["server"] "CLI" = ["cli"]