Update CHANGELOG and history

This commit is contained in:
iBug
2024-06-10 02:57:57 +08:00
parent 02342c919a
commit 7b6b45055c
2 changed files with 9 additions and 1 deletions

@ -2,6 +2,10 @@
## Unreleased
### Enhancements
- Add Czech localization. [#4866](https://github.com/mmistakes/minimal-mistakes/pull/4866)
### Bug Fixes
- Figure helper breaks when using code markup in caption with `popup=true`. [#4841](https://github.com/mmistakes/minimal-mistakes/issues/4841)

@ -5,7 +5,7 @@ permalink: "/docs/history/"
excerpt: Change log of enhancements and bug fixes made to the theme.
sidebar:
nav: docs
last_modified_at: '2024-05-27T01:08:26+08:00'
last_modified_at: '2024-06-10T02:57:53+08:00'
toc: false
---
@ -17,6 +17,10 @@ toc: false
{% raw %}
## Unreleased
### Enhancements
- Add Czech localization. [#4866](https://github.com/mmistakes/minimal-mistakes/pull/4866)
### Bug Fixes
- Figure helper breaks when using code markup in caption with `popup=true`. [#4841](https://github.com/mmistakes/minimal-mistakes/issues/4841)