1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-09-11 03:52:33 +02:00

@cosmetic Updated changelog.

This commit is contained in:
Leonardo Galli 2017-10-09 21:51:21 +02:00
parent 27c58f6151
commit a951ad811d
3 changed files with 6837 additions and 734 deletions

View File

@ -82,7 +82,7 @@ ignore_regexps = [
## whenever you are tweaking this variable. ## whenever you are tweaking this variable.
## ##
section_regexps = [ section_regexps = [
('**New Features**', [ ('**New features**', [
r'^[aA]dded?\s*:?\s*((dev|use?r|pkg|test|doc)\s*:\s*)?([^\n]*)$', 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'^[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]*)$', r'^[cC]hanged?\s*:?\s*((dev|use?r|pkg|test|doc)\s*:\s*)?([^\n]*)$',

File diff suppressed because it is too large Load Diff

View File

@ -5,11 +5,10 @@
{{#sections}} {{#sections}}
### {{{label}}} ### {{{label}}}
{{#commits}} {{#commits}}
- {{{subject}}} [{{{author}}}] - {{{subject}}} [{{{author}}}]
{{/commits}} {{/commits}}
{{/sections}} {{/sections}}
{{/versions}} {{/versions}}