diff options
Diffstat (limited to 'src/lib/release_notes.cc')
| -rw-r--r-- | src/lib/release_notes.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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<string> current) const string header = String::compose("<h1>DCP-o-matic %1 release notes</h1>", *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 " |
