mirror of
https://github.com/Radarr/Radarr
synced 2024-12-23 00:12:44 +00:00
@cosmetic Updated changelog.
This commit is contained in:
parent
27c58f6151
commit
a951ad811d
3 changed files with 6837 additions and 734 deletions
|
@ -82,7 +82,7 @@ ignore_regexps = [
|
|||
## whenever you are tweaking this variable.
|
||||
##
|
||||
section_regexps = [
|
||||
('**New Features**', [
|
||||
('**New features**', [
|
||||
r'^[aA]dded?\s*:?\s*((dev|use?r|pkg|test|doc)\s*:\s*)?([^\n]*)$',
|
||||
r'^[uU]pdated?\s*:?\s*((dev|use?r|pkg|test|doc)\s*:\s*)?([^\n]*)$',
|
||||
r'^[cC]hanged?\s*:?\s*((dev|use?r|pkg|test|doc)\s*:\s*)?([^\n]*)$',
|
||||
|
|
7566
CHANGELOG.md
7566
CHANGELOG.md
File diff suppressed because it is too large
Load diff
|
@ -5,11 +5,10 @@
|
|||
|
||||
{{#sections}}
|
||||
### {{{label}}}
|
||||
|
||||
{{#commits}}
|
||||
- {{{subject}}} [{{{author}}}]
|
||||
|
||||
{{/commits}}
|
||||
|
||||
{{/sections}}
|
||||
|
||||
{{/versions}}
|
||||
|
|
Loading…
Reference in a new issue