From 3832ad01efbca3c89d29d23a988f7ed6681bb0b2 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 29 Aug 2022 01:31:17 +0200 Subject: Fix and test release notes. --- src/lib/release_notes.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib') diff --git a/src/lib/release_notes.cc b/src/lib/release_notes.cc index face4df2c..236713184 100644 --- a/src/lib/release_notes.cc +++ b/src/lib/release_notes.cc @@ -45,7 +45,7 @@ find_release_notes(optional current) const string header = String::compose("

DCP-o-matic %1 release notes

", *current); - if (*current == "2.16.18") { + if (!last) { return header + _("In this version there are changes to the way that subtitles are positioned. " "Positioning should now be more correct, with respect to the standards, but you " -- cgit v1.2.3