From 16bacdcc373bf9d515f5465903741e0b13a9703b Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Thu, 23 Jul 2020 12:12:15 -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 5e21509c..afc33983 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ### Bug Fixes +- Add `relative_url` filter to author home link [#2575](https://github.com/mmistakes/minimal-mistakes/pull/2575) - Fix `analytics.provider` config comment to list all analytics providers. [#2607](https://github.com/mmistakes/minimal-mistakes/pull/2607) - Fix typo in installation documentation. [#2570](https://github.com/mmistakes/minimal-mistakes/pull/2570) diff --git a/docs/_docs/18-history.md b/docs/_docs/18-history.md index cea74f3d..828e64c6 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: 2020-07-22T15:47:17-04:00 +last_modified_at:2020-07-23T12:12:07-04:00 toc: false --- @@ -13,6 +13,7 @@ toc: false ### Bug Fixes +- Add `relative_url` filter to author home link [#2575](https://github.com/mmistakes/minimal-mistakes/pull/2575) - Fix `analytics.provider` config comment to list all analytics providers. [#2607](https://github.com/mmistakes/minimal-mistakes/pull/2607) - Fix typo in installation documentation. [#2570](https://github.com/mmistakes/minimal-mistakes/pull/2570)