diff options
| -rw-r--r-- | templates/changelog.html.ep | 12 | 
1 files changed, 12 insertions, 0 deletions
| diff --git a/templates/changelog.html.ep b/templates/changelog.html.ep index a2c08b6..ee3ddbf 100644 --- a/templates/changelog.html.ep +++ b/templates/changelog.html.ep @@ -2,6 +2,18 @@  <div class="row">  	<div class="col s12 m1 l1"> +		1.27 +	</div> +	<div class="col s12 m11 l11"> +		<p> +			<i class="material-icons left" aria-label="Neues Feature">add</i> +			Angabe von „Kein Zustieg“ (Abfahrtstafel) bzw. „Kein Ausstieg“ (Route) durch eingeklammerte Uhrzeiten „(HH:MM)“. +		</p> +	</div> +</div> + +<div class="row"> +	<div class="col s12 m1 l1">  		1.26  	</div>  	<div class="col s12 m11 l11"> | 
