From 2f2f901827e788b79e72028c49ccfd15ad384a4c Mon Sep 17 00:00:00 2001 From: Michael Rose <est.michael@gmail.com> Date: Tue, 28 Feb 2017 10:42:06 -0500 Subject: [PATCH] Update CHANGELOG and history --- CHANGELOG.md | 14 ++++++++++++++ docs/_docs/18-history.md | 16 +++++++++++++++- 2 files changed, 29 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c46813c5..f11a1487 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +## [4.3.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.3.0) + +### Enhancements + +- Add workaround to allow theme gem's `/assets/js/main.min.js` file to be overridden by a local version. Simply add the following YAML Front Matter to the file: + + ``` + --- + layout: + --- + ``` + + Any local customizations you make to `/assets/js/main.min.js` should now replace the theme gem's version. + ## [4.2.2](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.2.2) ### Enhancements diff --git a/docs/_docs/18-history.md b/docs/_docs/18-history.md index 0676f66b..e5dfb7bc 100644 --- a/docs/_docs/18-history.md +++ b/docs/_docs/18-history.md @@ -4,9 +4,23 @@ permalink: /docs/history/ excerpt: "Change log of enhancements and bug fixes made to the theme." sidebar: nav: docs -modified: 2017-02-21T10:35:32-05:00 +modified: 2017-02-28T10:35:04-05:00 --- +## [4.3.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.3.0) + +### Enhancements + +- Add workaround to allow theme gem's `/assets/js/main.min.js` file to be overridden by a local version. Simply add the following YAML Front Matter to the file: + + ``` + --- + layout: + --- + ``` + + Any local customizations you make to `/assets/js/main.min.js` should now replace the theme gem's version. + ## [4.2.2](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.2.2) ### Enhancements