gfx-rs/wgpu

`CHANGELOG` check in CI doesn't check for deleted release sections

Open

#9245 opened on Mar 16, 2026

View on GitHub
 (2 comments) (0 reactions) (2 assignees)Rust (9,290 stars) (703 forks)batch import
area: infrastructuregood first issuetype: bug

Description

Deleting an entire released section has no consequences with the current CHANGELOG check, i.e.:

 ## Unreleased
 
 hay sup

-## Release 2
-
-later suckers
-
 ## Release 1
 
 - i'm freeeee

It's unlikely to pass review, but it'd be nice to plug this gap.

Contributor guide