From 3af9e57c6a43e34fbc712d597ef185ab7e732960 Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Wed, 22 Jul 2020 15:29:09 -0400 Subject: [PATCH] Update CHANGELOG and history --- CHANGELOG.md | 4 ++++ docs/_docs/18-history.md | 6 +++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b198104d..48bf655e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ## Unreleased +### Bug Fixes + +- Fix typo in installation documentation. [#2570](https://github.com/mmistakes/minimal-mistakes/pull/2570) + ### Enhancements - Ignore teaser headline in table of contents when including posts list in another page. [#2558](https://github.com/mmistakes/minimal-mistakes/pull/2558) diff --git a/docs/_docs/18-history.md b/docs/_docs/18-history.md index ecfc85fa..5c632a77 100644 --- a/docs/_docs/18-history.md +++ b/docs/_docs/18-history.md @@ -5,12 +5,16 @@ permalink: /docs/history/ excerpt: "Change log of enhancements and bug fixes made to the theme." sidebar: nav: docs -last_modified_at: 2020-07-22T15:27:37-04:00 +last_modified_at: 2020-07-22T15:28:55-04:00 toc: false --- ## Unreleased +### Bug Fixes + +- Fix typo in installation documentation. [#2570](https://github.com/mmistakes/minimal-mistakes/pull/2570) + ### Enhancements - Ignore teaser headline in table of contents when including posts list in another page. [#2558](https://github.com/mmistakes/minimal-mistakes/pull/2558)