~xdavidwu/xdavidwu.link

639c3a9930a7424141b0fddac274027929615df2 — Michael Rose 7 years ago 3bf0fdf
Update CHANGELOG and history
1 files changed, 14 insertions(+), 0 deletions(-)

M CHANGELOG.md
M CHANGELOG.md => CHANGELOG.md +14 -0
@@ 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