From 822d266232fccdffbd4922434c81c45ab6d583f4 Mon Sep 17 00:00:00 2001 From: Jon Ludlam Date: Mon, 18 Nov 2024 14:31:08 +0000 Subject: [PATCH] Update CHANGES.md --- CHANGES.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index d6835ed351..6ca6220f00 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -29,6 +29,8 @@ - Added a `--asset-path` arg to `html-generate` (@panglesd, #1185) - Add a `@children_order` tag to specify the order in the sidebar (@panglesd, #1187, #1243) +- Add a `@short_title` tag to specify the short title of a page for use in + the sidebar / breadcrumbs (@panglesd, #1246) - Add a 'remap' option to HTML generation for partial docsets (@jonludlam, #1189) - Added an `html-generate-asset` command (@panglesd, #1185) - Added syntax for images, videos, audio (@panglesd, #1184)