Update CHANGELOG
This commit is contained in:
parent
fc14f17d30
commit
7766eccc4a
2 changed files with 4 additions and 2 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue