Update CHANGELOG and history

This commit is contained in:
iBug
2024-05-05 04:37:14 +08:00
parent ed883ea2d4
commit f33349c2ee
3 changed files with 7 additions and 3 deletions
+2 -1
View File
@@ -5,7 +5,7 @@ permalink: "/docs/history/"
excerpt: Change log of enhancements and bug fixes made to the theme.
sidebar:
nav: docs
last_modified_at: '2024-05-05T04:00:39+08:00'
last_modified_at: '2024-05-05T04:36:37+08:00'
toc: false
---
@@ -26,6 +26,7 @@ toc: false
- Add support for [Jekyll Paginate V2](https://github.com/sverrirs/jekyll-paginate-v2) 🎉 [#2636](https://github.com/mmistakes/minimal-mistakes/pull/2636)
- Auto scroll sticky ToC with content. [#3115](https://github.com/mmistakes/minimal-mistakes/pull/3115)
- Replace "hidden" check in Liquid templates with `where_exp: "item", "item.hidden != true"`.
- Remove deprecated `page.header.cta_url` setting. [#4821](https://github.com/mmistakes/minimal-mistakes/pull/4821)
### Documentation & Maintenance