Update CHANGELOG and history

This commit is contained in:
Michael Rose
2020-03-06 15:39:05 -05:00
parent bcd6126612
commit 5e5d4210e2
2 changed files with 3 additions and 1 deletions

View File

@ -2,6 +2,7 @@
### Enhancements
- Use `relative_url` and `absolute_url` filters where possible. [#2387](https://github.com/mmistakes/minimal-mistakes/pull/2387)
- Improve headline hierarchy and add Sass specific variables `$h-size-x`. [#2423](https://github.com/mmistakes/minimal-mistakes/issues/2423)
- Improve accessibility of `default` skin by increasing color contrast of text and links.
- Hide posts with `hidden: true` YAML front matter from appearing in listings. [#2345](https://github.com/mmistakes/minimal-mistakes/pull/2345)