From 1e74ce8983fd4926903537414b8b37777af1ae54 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Thu, 29 Feb 2024 17:52:17 +0100 Subject: [PATCH] contrib: mklog: Use present tense in ChangeLog contrib/ChangeLog: * mklog.py: Use present tense in ChangeLog. --- contrib/mklog.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/mklog.py b/contrib/mklog.py index d764fb41f99..7d8d554b15e 100755 --- a/contrib/mklog.py +++ b/contrib/mklog.py @@ -277,7 +277,7 @@ def generate_changelog(data, no_functions=False, fill_pr_titles=False, # it used to be path.source_file[2:] relative_path = get_rel_path_if_prefixed(file.source_file[2:], changelog) - out = append_changelog_line(out, relative_path, 'Moved to...') + out = append_changelog_line(out, relative_path, 'Move to...') new_path = get_rel_path_if_prefixed(file.target_file[2:], changelog) out += f'\t* {new_path}: ...here.\n'