From 246266fafad2c2fdc78022c14f7f4b2df91167f3 Mon Sep 17 00:00:00 2001 From: squidfunk Date: Fri, 29 Dec 2023 13:45:06 +0100 Subject: [PATCH] Updated Insiders changelog --- CHANGELOG | 6 ++++++ docs/insiders/changelog/index.md | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 4b029c980..c840fc414 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,9 @@ +mkdocs-material-9.5.3+insiders-4.49.0 (2023-12-29) + + * Added support for exporting tags and mappings + * Added support for disabling tags and/or listings or both + * Fixed tag links from pages to listings on homepage + mkdocs-material-9.5.3+insiders-4.48.0 (2023-12-23) * Rewrite of tags plugin, now much more powerful diff --git a/docs/insiders/changelog/index.md b/docs/insiders/changelog/index.md index 1502cbe78..be7d18870 100644 --- a/docs/insiders/changelog/index.md +++ b/docs/insiders/changelog/index.md @@ -2,6 +2,12 @@ ## Material for MkDocs Insiders +### 4.49.0 December 29, 2023 { id="4.49.0" } + +- Added support for exporting tags and mappings +- Added support for disabling tags and/or listings or both +- Fixed tag links from pages to listings on homepage + ### 4.48.0 December 23, 2023 { id="4.48.0" } - Rewrite of tags plugin, now much more powerful