Skip to content

Commit d5cf0b0

Browse files
mmistakesminyoongi96
authored andcommittedAug 26, 2024
Update CHANGELOG and history
1 parent 1f9d1db commit d5cf0b0

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed
 

‎CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
### Bug Fixes
44

5+
- Fix GreedyNav.js attribution link. [#3553](https://github.com/mmistakes/minimal-mistakes/pull/3553)
56
- Fix typo about loading JavaScript in layout documentation. [#3350](https://github.com/mmistakes/minimal-mistakes/pull/3350)
67
- Fix inline code style not applied to stylized text. [#3253](https://github.com/mmistakes/minimal-mistakes/pull/3253)
78
- Fix documentation typos. [#3232](https://github.com/mmistakes/minimal-mistakes/pull/3232) [#3318](https://github.com/mmistakes/minimal-mistakes/pull/3318)

‎docs/_docs/18-history.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,15 @@ 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: 2022-05-27T11:41:03-04:00
8+
last_modified_at: 2022-05-27T12:00:56-04:00
99
toc: false
1010
---
1111

1212
## Unreleased
1313

1414
### Bug Fixes
1515

16+
- Fix GreedyNav.js attribution link. [#3553](https://github.com/mmistakes/minimal-mistakes/pull/3553)
1617
- Fix typo about loading JavaScript in layout documentation. [#3350](https://github.com/mmistakes/minimal-mistakes/pull/3350)
1718
- Fix inline code style not applied to stylized text. [#3253](https://github.com/mmistakes/minimal-mistakes/pull/3253)
1819
- Fix documentation typos. [#3232](https://github.com/mmistakes/minimal-mistakes/pull/3232) [#3318](https://github.com/mmistakes/minimal-mistakes/pull/3318)

‎test/Gemfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ group :jekyll_plugins do
66
gem 'jekyll-algolia', '~> 1.0'
77
end
88

9-
gem "wdm", "~> 0.1.0" if Gem.win_platform?
9+
gem "wdm", "~> 0.1.0" if Gem.win_platform?
10+
gem "webrick"

0 commit comments

Comments
 (0)
Please sign in to comment.