Files
Prowlarr-Prowlarr/changelog.tpl
2017-06-20 14:21:19 +02:00

16 lines
161 B
Smarty

# Changelog
{{#versions}}
## {{{label}}}
{{#sections}}
### {{{label}}}
{{#commits}}
- {{{subject}}} [{{{author}}}]
{{/commits}}
{{/sections}}
{{/versions}}