From 1c8c7e6844d2dce9729433adf348222c88cec012 Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Thu, 17 Oct 2019 20:16:42 -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 824beae7..c6f7f58a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ - Update list of 3rd party JavaScript used and licenses. [#2276](https://github.com/mmistakes/minimal-mistakes/pull/2276) +### Bug Fixes + +- Fix indention of nested GFM task lists. [#2283](https://github.com/mmistakes/minimal-mistakes/issues/2283) + ## [4.17.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.17.0) ### Enhancements diff --git a/docs/_docs/18-history.md b/docs/_docs/18-history.md index 3eaf9beb..2cbca098 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-10-17T20:12:39-04:00 +last_modified_at: 2019-10-17T20:16:25-04:00 toc: false --- @@ -15,6 +15,10 @@ toc: false - Update list of 3rd party JavaScript used and licenses. [#2276](https://github.com/mmistakes/minimal-mistakes/pull/2276) +### Bug Fixes + +- Fix indention of nested GFM task lists. [#2283](https://github.com/mmistakes/minimal-mistakes/issues/2283) + ## [4.17.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.17.0) ### Enhancements