Add changelog

This commit is contained in:
2019-07-19 00:07:51 +02:00
parent 497805fe1b
commit f64788ca60
3 changed files with 10 additions and 3 deletions

View File

@@ -1,4 +1,7 @@
<div id="footer-container" th:fragment="footer">
<hr>
<span th:text="'financer v' + ${financerVersion}"/>
<div>
<span th:text="'financer v' + ${financerVersion}"/>
&nbsp;(<a th:href="@{/changelog.txt}">Changelog</a>)
</div>
</div>