From bf2dae7c45ab9bd537527f0234564f1189bd65f9 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Fri, 3 May 2019 10:32:58 +0200 Subject: Add changelog --- lib/Travelynx/Controller/Static.pm | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'lib/Travelynx') diff --git a/lib/Travelynx/Controller/Static.pm b/lib/Travelynx/Controller/Static.pm index 09d7f51..e0d56f2 100644 --- a/lib/Travelynx/Controller/Static.pm +++ b/lib/Travelynx/Controller/Static.pm @@ -10,6 +10,13 @@ sub about { version => $self->app->config->{version} // 'UNKNOWN' ); } +sub changelog { + my ($self) = @_; + + $self->render( 'changelog', + version => $self->app->config->{version} // 'UNKNOWN' ); +} + sub imprint { my ($self) = @_; -- cgit v1.2.3