From 2bf2c83feaaf3b048ab2b1f9a83d581b259cae2a Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Thu, 31 May 2018 10:23:47 -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 5ffc69da..a74a6fba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ### Enhancements +* Add support for "sticking" table of contents to top of page via `toc_sticky: true` YAML Front Matter. * Add support for captioning images in feature row helper via `image_caption` YAML Front Matter. [#1440](https://github.com/mmistakes/minimal-mistakes/issues/1440) * Add [Google Custom Search Engine](https://cse.google.com/cse) support. [#1652](https://github.com/mmistakes/minimal-mistakes/issues/1652) * Update Font Awesome to version [`5.0.13`](https://github.com/FortAwesome/Font-Awesome/blob/master/CHANGELOG.md) diff --git a/docs/_docs/18-history.md b/docs/_docs/18-history.md index 9344fc8a..ba618ae7 100644 --- a/docs/_docs/18-history.md +++ b/docs/_docs/18-history.md @@ -4,7 +4,7 @@ permalink: /docs/history/ excerpt: "Change log of enhancements and bug fixes made to the theme." sidebar: nav: docs -last_modified_at: 2018-05-15T14:47:16-04:00 +last_modified_at: 2018-05-31T10:23:36-04:00 toc: true --- @@ -12,6 +12,7 @@ toc: true ### Enhancements +* Add support for "sticking" table of contents to top of page via `toc_sticky: true` YAML Front Matter. * Add support for captioning images in feature row helper via `image_caption` YAML Front Matter. [#1440](https://github.com/mmistakes/minimal-mistakes/issues/1440) * Add [Google Custom Search Engine](https://cse.google.com/cse) support. [#1652](https://github.com/mmistakes/minimal-mistakes/issues/1652) * Update Font Awesome to version [`5.0.13`](https://github.com/FortAwesome/Font-Awesome/blob/master/CHANGELOG.md)