diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-08-29 01:31:17 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-08-29 01:31:17 +0200 |
| commit | 3832ad01efbca3c89d29d23a988f7ed6681bb0b2 (patch) | |
| tree | ce6cf694f7efc259bbf369bbb93bcd56f2ceccec /src/lib/release_notes.cc | |
| parent | de89da97f4c2fb73426697a16cf8027490e91bae (diff) | |
Fix and test release notes.v2.16.22
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 " |
