From 2f8c4e6bdcc1e5eaf5d0cdafe1ae14f4a0ae6029 Mon Sep 17 00:00:00 2001 From: iBug Date: Fri, 11 Jul 2025 09:48:53 +0800 Subject: [PATCH] Update history from CHANGELOG --- docs/_docs/18-history.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/_docs/18-history.md b/docs/_docs/18-history.md index 02d5ffb2..7cd2d95a 100644 --- a/docs/_docs/18-history.md +++ b/docs/_docs/18-history.md @@ -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: '2025-06-16T00:55:04+08:00' +last_modified_at: '2025-07-11T09:48:51+08:00' toc: false --- @@ -15,6 +15,14 @@ toc: false --> {% raw %} +## Unreleased + +### Enhancements + +- Hide page__footer-follow if there are no links nor atom feed. [#5279](https://github.com/mmistakes/minimal-mistakes/issues/5279) +- Add HTML escaping for some titles, labels and metada that was missing. [#5276](https://github.com/mmistakes/minimal-mistakes/issues/5276) +- Add optional `footer.since` for copyright time range. [#5275](https://github.com/mmistakes/minimal-mistakes/issues/5275) + ## [4.27.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.27.1) ### Enhancements