Update text on changelog
This commit is contained in:
parent
3dcc44fd6a
commit
f77428c05b
|
@ -2,7 +2,7 @@
|
|||
|
||||
<th:block th:each="version : ${changelog.versions}">
|
||||
|
||||
# Smile CDR <th:block th:text="${version}"/> <th:block th:if="${changelog.changes.get(version).codename} != null" th:text="' (' + ${changelog.changes.get(version).codename} + ')'"/> <th:block th:if="${changelog.changes.get(version).releaseDate} == null">(Prerelease)</th:block>
|
||||
# HAPI FHIR <th:block th:text="${version}"/> <th:block th:if="${changelog.changes.get(version).codename} != null" th:text="' (' + ${changelog.changes.get(version).codename} + ')'"/> <th:block th:if="${changelog.changes.get(version).releaseDate} == null">(Prerelease)</th:block>
|
||||
|
||||
## Release Information
|
||||
|
||||
|
|
Loading…
Reference in New Issue