aboutsummaryrefslogtreecommitdiffhomepage
path: root/changelog-master.hbs
blob: 7ab95e29a8a2fea9eb599ce4bb215a73335e177a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
From newest to oldest:
{{#each releases}}
  {{#each merges}}
    - {{message}}{{#if href}} [#{{id}}]({{href}}){{/if}}
  {{/each}}
  {{#each fixes}}
    - {{commit.subject}}{{#if href}} [#{{id}}]({{href}}){{/if}}
  {{/each}}
  {{#each commits}}
    - {{subject}}{{#if href}} [{{shorthash}}]({{href}}){{/if}}
  {{/each}}
{{/each}}