diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d612eac..0cc0f7d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## Unreleased + +### Bug Fixes + +- Fix Gumshoe related JavaScript error on pages without a table of contents. [#2124](https://github.com/mmistakes/minimal-mistakes/pull/2124) + ## [4.16.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.16.0) ### Enhancements diff --git a/docs/_docs/18-history.md b/docs/_docs/18-history.md index 50a797f9..10e036cc 100644 --- a/docs/_docs/18-history.md +++ b/docs/_docs/18-history.md @@ -5,10 +5,16 @@ permalink: /docs/history/ excerpt: "Change log of enhancements and bug fixes made to the theme." sidebar: nav: docs -last_modified_at: 2019-04-09T21:23:10-04:00 +last_modified_at: 2019-04-12T11:43:51-04:00 toc: false --- +## Unreleased + +### Bug Fixes + +- Fix Gumshoe related JavaScript error on pages without a table of contents. [#2124](https://github.com/mmistakes/minimal-mistakes/pull/2124) + ## [4.16.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.16.0) ### Enhancements