diff options
author | Alkalus <3060479+draknyte1@users.noreply.github.com> | 2018-06-27 01:16:12 +1000 |
---|---|---|
committer | Alkalus <3060479+draknyte1@users.noreply.github.com> | 2018-06-27 01:16:12 +1000 |
commit | 48aeddfb03a8a459e4b2bdf95018df09d5424f1a (patch) | |
tree | ec6d8752e94fe68d76c5f536174f998c5828bb87 /changeloggeneral.mustache | |
parent | d08eae679caaa0407ce433e449894475b00f6315 (diff) | |
download | GT5-Unofficial-48aeddfb03a8a459e4b2bdf95018df09d5424f1a.tar.gz GT5-Unofficial-48aeddfb03a8a459e4b2bdf95018df09d5424f1a.tar.bz2 GT5-Unofficial-48aeddfb03a8a459e4b2bdf95018df09d5424f1a.zip |
+ Added custom fluid hatches for Pyrotheum and Cryotheum.
+ Added plain-text changelog build script.
^ Version Bump for nightly build.
Diffstat (limited to 'changeloggeneral.mustache')
-rw-r--r-- | changeloggeneral.mustache | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/changeloggeneral.mustache b/changeloggeneral.mustache new file mode 100644 index 0000000000..c014e557de --- /dev/null +++ b/changeloggeneral.mustache @@ -0,0 +1,17 @@ +# Generated via Git Changelog Gradle plugin + +# Legend +# (+) - Addition +# (-) - Removal +# (%) - Change +# ($) - Fix +# (^) - Update + +{{#commits}} + +[{{hash}}] | {{authorName}} | {{commitTime}} +{{{messageTitle}}} +{{#messageBodyItems}} +{{.}} +{{/messageBodyItems}} +{{/commits}}
\ No newline at end of file |