Fix and test release notes.
[dcpomatic.git] / src / lib / release_notes.cc
index face4df2c6b9e6b4adbfb73df09881254a5b9fb3..23671318435fba263b3901aa5d53adf5241902ee 100644 (file)
@@ -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 "