From ca779e74cba56f75a9fdef6fd5d84625a5c5c0f2 Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Wed, 10 Jan 2018 11:17:57 -0500 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 425d2b38..3774486e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ * Add documentation on how to downgrade theme. * Improve greedy navigation's layout when JavaScript is disabled. * Improve SEO include by grouping similar tags, reducing white-space, and adding `article:modified_time`. [#1456](https://github.com/mmistakes/minimal-mistakes/pull/1456) +* Minify `assets/js/lunr/lunr.js`. ### Bug Fixes diff --git a/docs/_docs/18-history.md b/docs/_docs/18-history.md index dbf91fac..c85d4a61 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-01-09T14:01:19-05:00 +last_modified_at: 2018-01-10T11:15:27-05:00 toc: true --- @@ -16,6 +16,7 @@ toc: true * Add documentation on how to downgrade theme. * Improve greedy navigation's layout when JavaScript is disabled. * Improve SEO include by grouping similar tags, reducing white-space, and adding `article:modified_time`. [#1456](https://github.com/mmistakes/minimal-mistakes/pull/1456) +* Minify `assets/js/lunr/lunr.js`. ### Bug Fixes