From b997dc5e25609499e945b960cb9b0234d07d0b4b Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Wed, 23 Jun 2021 08:11:14 -0400 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 40339ca1..42de45e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ### Enhancements +- Loads Font Awesome asynchronously. [#2967](https://github.com/mmistakes/minimal-mistakes/pull/2967) - Replace custom search icon SVG with Font Awesome icon. [#2774](https://github.com/mmistakes/minimal-mistakes/pull/2774) ### Enhancements diff --git a/docs/_docs/18-history.md b/docs/_docs/18-history.md index 8fc29e48..ba971e2d 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-06-23T08:07:56-04:00 +last_modified_at: 2021-06-23T08:10:59-04:00 toc: false --- @@ -13,6 +13,7 @@ toc: false ### Enhancements +- Loads Font Awesome asynchronously. [#2967](https://github.com/mmistakes/minimal-mistakes/pull/2967) - Replace custom search icon SVG with Font Awesome icon. [#2774](https://github.com/mmistakes/minimal-mistakes/pull/2774) ## [4.23.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.23.0)