docs: call the CHANGELOG "release notes"

This commit is contained in:
David Adam
2021-02-25 22:46:24 +08:00
parent 42d9f33e16
commit 39230978b3
5 changed files with 7 additions and 7 deletions

View File

@@ -222,7 +222,7 @@ def get_command_description(path, name):
man_pages = [
(master_doc, "fish-doc", "fish-shell Documentation", [author], 1),
("tutorial", "fish-tutorial", "fish-shell tutorial", [author], 1),
("CHANGELOG", "fish-changelog", "fish-shell changelog", [author], 1),
("relnotes", "fish-releasenotes", "fish-shell release notes", [author], 1),
("completions", "fish-completions", "Writing fish completions", [author], 1),
(
"fish_for_bash_users",