Sometimes a feature is implement via multiple PRs. It would be nice if there was a way to ensure a single changelog is added but referencing all the PRs.
E.g. PR oscar-system/Oscar.jl#4478 and oscar-system/Oscar.jl#4264 together implemented isomorphism(::Type{PermGroup}, ::WeylGroup). So they should be shown in a single changelog entry.
One way to do signal that could be to merge entries with identical description. So either identical title, or using a # Release notes section in the PR description.