1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-11-23 23:21:00 +01:00

Updated Insiders changelog

This commit is contained in:
squidfunk 2023-08-23 11:32:16 +02:00
parent d9456543ca
commit 4f10a612fa
No known key found for this signature in database
GPG Key ID: 5ED40BC4F9C436DF
2 changed files with 8 additions and 0 deletions

View File

@ -3,6 +3,10 @@ mkdocs-material-9.x.x (unreleased)
* Updated Afrikaans translations
* Removed lxml dependency - not necessary after blog plugin rewrite
mkdocs-material-9.2.3+insiders-4.39.2 (2023-08-23)
* Fixed color palette toggle being reversed (9.2.0 regression)
mkdocs-material-9.2.3 (2023-08-22)
* Fixed blog plugin rendering wrongly with markdown.extensions.toc

View File

@ -2,6 +2,10 @@
## Material for MkDocs Insiders
### 4.39.2 <small>August 23, 2023</small> { id="4.39.2" }
- Fixed color palette toggle being reversed (9.2.0 regression)
### 4.39.1 <small>August 21, 2023</small> { id="4.39.1" }
- Fixed git diff in tags plugin after merging back 9.2.0 changes