From ecc8b72c7a3a79d620519195220433fb9663dd82 Mon Sep 17 00:00:00 2001 From: squidfunk Date: Fri, 24 Mar 2023 14:00:48 +0100 Subject: [PATCH] Updated Insiders changelog --- CHANGELOG | 4 ++++ docs/insiders/changelog.md | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 616e1eb2f..826c8ff6e 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,7 @@ +mkdocs-material-9.1.4+insiders-4.32.4 (2023-03-24) + + * Fixed #5241: Built-in typeset plugin jams navigation for anchors in headings + mkdocs-material-9.1.4 (2023-03-24) * Fixed #5239: Instant loading breaks anchors in details (9.1.1 regression) diff --git a/docs/insiders/changelog.md b/docs/insiders/changelog.md index fa9abf4c9..2a66d5813 100644 --- a/docs/insiders/changelog.md +++ b/docs/insiders/changelog.md @@ -2,6 +2,10 @@ ## Material for MkDocs Insiders +### 4.32.4 March 24, 2023 { id="4.32.4" } + +- Fixed #5241: Built-in typeset plugin jams navigation for anchors in headings + ### 4.32.3 March 9, 2023 { id="4.32.3" } - Fixed Docker image release workflow (9.1.0 regression)