From 3a2075a090304abc9a8ad404981141db63d1e9bb Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Fri, 5 Feb 2021 20:30:33 -0500 Subject: [PATCH] Update CHANGELOG and history --- CHANGELOG.md | 1 + docs/_docs/18-history.md | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d751df4..a9a8bffc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ ### Enhancements +- Use `sort_natural` instead of custom Liquid logic to sort tags and categories. [#2756](https://github.com/mmistakes/minimal-mistakes/pull/2756) - Add configuration option to toggle off RSS feed link in `` and site footer. [#2787](https://github.com/mmistakes/minimal-mistakes/pull/2787) - Upgrade Lunrjs to 2.3.9 and switch to `relative_url`. [#2805] - Adds `.webp` to list of supported image extensions for the image popup lightbox. [#2788](https://github.com/mmistakes/minimal-mistakes/pull/2788) diff --git a/docs/_docs/18-history.md b/docs/_docs/18-history.md index fd51675b..b40d778c 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: 2021-02-05T20:28:17-05:00 +last_modified_at: 2021-02-05T20:30:19-05:00 toc: false --- @@ -18,6 +18,7 @@ toc: false ### Enhancements +- Use `sort_natural` instead of custom Liquid logic to sort tags and categories. [#2756](https://github.com/mmistakes/minimal-mistakes/pull/2756) - Add configuration option to toggle off RSS feed link in `` and site footer. [#2787](https://github.com/mmistakes/minimal-mistakes/pull/2787) - Upgrade Lunrjs to 2.3.9 and switch to `relative_url`. [#2805] - Adds `.webp` to list of supported image extensions for the image popup lightbox. [#2788](https://github.com/mmistakes/minimal-mistakes/pull/2788)