From 639c3a9930a7424141b0fddac274027929615df2 Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Tue, 28 Feb 2017 10:42:06 -0500 Subject: [PATCH] Update CHANGELOG and history --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c46813c..f11a148 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 -- 2.43.0