aboutsummaryrefslogtreecommitdiffstats
path: root/compatv15.chlog
diff options
context:
space:
mode:
Diffstat (limited to 'compatv15.chlog')
-rw-r--r--compatv15.chlog13
1 files changed, 13 insertions, 0 deletions
diff --git a/compatv15.chlog b/compatv15.chlog
new file mode 100644
index 0000000..3373a19
--- /dev/null
+++ b/compatv15.chlog
@@ -0,0 +1,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