Skip to content

Commit d90b7e5

Browse files
committed
Update CHANGELOG and history
1 parent af81ee8 commit d90b7e5

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
- Use `documents-collection.html` partial in `home` layout.
1414
- Add Bulgarian translation. [#5003](https://github.com/mmistakes/minimal-mistakes/pull/5003)
1515
- Add provider and comments info to `single.html` layout for non-production. (#5068)
16+
- Tweak contrast skin $primary-color to adhere to WCAG guidelines. (#5126)
1617

1718
### Bug Fixes
1819

@@ -23,6 +24,7 @@
2324
- Fix bad <figure> HTML if "alt" contains quotes.
2425
- Fix extra newline generated in `_includes/post_pagination.html`.
2526
- Hide hidden links & remove the overlay when one is clicked. [#5042](https://github.com/mmistakes/minimal-mistakes/pull/5042)
27+
- Fix typo in "Configuration" (#5106)
2628

2729
### Documentation & Maintenance
2830

docs/_docs/18-history.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ permalink: "/docs/history/"
55
excerpt: Change log of enhancements and bug fixes made to the theme.
66
sidebar:
77
nav: docs
8-
last_modified_at: '2025-01-02T02:21:49+08:00'
8+
last_modified_at: '2025-02-14T22:47:24+08:00'
99
toc: false
1010
---
1111

@@ -28,6 +28,7 @@ toc: false
2828
- Use `documents-collection.html` partial in `home` layout.
2929
- Add Bulgarian translation. [#5003](https://github.com/mmistakes/minimal-mistakes/pull/5003)
3030
- Add provider and comments info to `single.html` layout for non-production. [#5068](https://github.com/mmistakes/minimal-mistakes/issues/5068)
31+
- Tweak contrast skin $primary-color to adhere to WCAG guidelines. [#5126](https://github.com/mmistakes/minimal-mistakes/issues/5126)
3132

3233
### Bug Fixes
3334

@@ -38,6 +39,7 @@ toc: false
3839
- Fix bad <figure> HTML if "alt" contains quotes.
3940
- Fix extra newline generated in `_includes/post_pagination.html`.
4041
- Hide hidden links & remove the overlay when one is clicked. [#5042](https://github.com/mmistakes/minimal-mistakes/pull/5042)
42+
- Fix typo in "Configuration" [#5106](https://github.com/mmistakes/minimal-mistakes/issues/5106)
4143

4244
### Documentation & Maintenance
4345

0 commit comments

Comments
 (0)