From 283f65b557a01fd2c6f1e8252533d8bbff08c1f9 Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Wed, 22 Jul 2020 15:47:29 -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 4b4f26904ac1..5e21509c0af1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ### Bug Fixes +- 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) ### Enhancements diff --git a/docs/_docs/18-history.md b/docs/_docs/18-history.md index c964d2b2a0b1..3583c2847849 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:45:31-04:00 +last_modified_at: 2020-07-22T15:47:17-04:00 toc: false --- @@ -13,6 +13,7 @@ toc: false ### Bug Fixes +- 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) ### Enhancements