Added changelog

This commit is contained in:
Jamie.Rees 2017-07-21 08:54:50 +01:00
commit f18a3d60b6
4 changed files with 3158 additions and 0 deletions

15
changelog.tpl Normal file
View file

@ -0,0 +1,15 @@
# Changelog
{{#versions}}
## {{{label}}}
{{#sections}}
### {{{label}}}
{{#commits}}
- {{{subject}}} [{{{author}}}]
{{/commits}}
{{/sections}}
{{/versions}}