Update CHANGELOG and history

This commit is contained in:
Michael Rose
2021-02-05 20:30:33 -05:00
parent f189e40766
commit 3a2075a090
2 changed files with 3 additions and 1 deletions

View File

@ -7,6 +7,7 @@
### Enhancements
- Use `sort_natural` instead of custom Liquid logic to sort tags and categories. [#2756](https://github.com/mmistakes/minimal-mistakes/pull/2756)
- Add configuration option to toggle off RSS feed link in `<head>` and site footer. [#2787](https://github.com/mmistakes/minimal-mistakes/pull/2787)
- Upgrade Lunrjs to 2.3.9 and switch to `relative_url`. [#2805]
- Adds `.webp` to list of supported image extensions for the image popup lightbox. [#2788](https://github.com/mmistakes/minimal-mistakes/pull/2788)