aboutsummaryrefslogtreecommitdiffstats
path: root/compatv15.chlog
blob: 3373a1944f5d3b817c48e08ed1615fa857450dea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
## Sample Changelog template
##
#import time
#for $author in $revisions_by_author
* $author.revisions[0].date $author.name <$author.email>
+ ${time.strftime("%Y-%m-%d %H:%M:%S", author.revisions[0].raw_date)} ($author.revisions[0].revision)
 #for $rev in $author.revisions
  #for $line in $rev.lines
$line
  #end for
 #end for

#end for