Update CHANGELOG

This commit is contained in:
Héctor Ramón Jiménez 2025-12-03 19:50:18 +01:00
parent fc14f17d30
commit 7766eccc4a
No known key found for this signature in database
GPG key ID: 7CC46565708259A7
2 changed files with 4 additions and 2 deletions

View file

@ -170,7 +170,7 @@ impl Changelog {
target.push(item);
*self.contributions.entry(entry.author.clone()).or_default() += 1;
let _ = self.contributions.entry(entry.author.clone()).or_default();
if entry.author != "hecrj" && !self.authors.contains(&entry.author) {
self.authors.push(entry.author);