Updated changelog

This commit is contained in:
squidfunk 2021-07-10 15:27:48 +02:00
parent 714a9cc7d1
commit 07655d3c01
2 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,8 @@
mkdocs-material-7.1.10+insiders.2.10.0 (2021-07-10)
* Added support for cookie consent
* Fixed #2807: Back-to-top button not hidden when using sticky tabs
mkdocs-material-7.1.10 (2021-07-10)
* Refactored appearance of back-to-top button

View File

@ -6,6 +6,11 @@ template: overrides/main.html
## Material for MkDocs Insiders
### 2.10.0 <small>_ July 10, 2021</small>
- Added support for cookie consent
- Fixed #2807: Back-to-top button not hidden when using sticky tabs
### 2.9.2 <small>_ May 30, 2021</small>
- Moved tags to partial for easier customization