From 7fa5ac49db18b958df07c3b4058b50bf15aa38a9 Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Fri, 22 Mar 2019 16:09:05 -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 4af97047..977c7528 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ ### Bug Fixes +- Fix typo in French `results_found` text string. [#2096](https://github.com/mmistakes/minimal-mistakes/pull/2096) - Fix figures inside of list elements. [#2094](https://github.com/mmistakes/minimal-mistakes/pull/2094) - Remove Font Awesome `data-search-pseudo-elements` attribute as it degrades smooth scroll performance. [#2075](https://github.com/mmistakes/minimal-mistakes/issues/2075#issuecomment-472437014) - Fix footnote links incompatibility with smooth scroll plugin. [#2075](https://github.com/mmistakes/minimal-mistakes/issues/2075) diff --git a/docs/_docs/18-history.md b/docs/_docs/18-history.md index 86fe557c..4d3db4ff 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: 2019-03-22T16:07:31-04:00 +last_modified_at: 2019-03-22T16:08:53-04:00 toc: false --- @@ -21,6 +21,7 @@ toc: false ### Bug Fixes +- Fix typo in French `results_found` text string. [#2096](https://github.com/mmistakes/minimal-mistakes/pull/2096) - Fix figures inside of list elements. [#2094](https://github.com/mmistakes/minimal-mistakes/pull/2094) - Remove Font Awesome `data-search-pseudo-elements` attribute as it degrades smooth scroll performance. [#2075](https://github.com/mmistakes/minimal-mistakes/issues/2075#issuecomment-472437014) - Fix footnote links incompatibility with smooth scroll plugin. [#2075](https://github.com/mmistakes/minimal-mistakes/issues/2075)