diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e46e81f..064654c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ ### Bug Fixes +- Fix documentation around using `bundle info` command. [#2425](https://github.com/mmistakes/minimal-mistakes/pull/2425) - Fix rake vulnerability in `.gemspec` file. - Fix Staticman v2 comment submission. [#2402](https://github.com/mmistakes/minimal-mistakes/pull/2402) - Fix repeated site base path for masthead logo. [#2385](https://github.com/mmistakes/minimal-mistakes/pull/2385) diff --git a/docs/_docs/18-history.md b/docs/_docs/18-history.md index ce3061ea..40a42463 100644 --- a/docs/_docs/18-history.md +++ b/docs/_docs/18-history.md @@ -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: 2020-03-06T15:38:31-05:00 +last_modified_at: 2020-03-06T15:42:34-05:00 toc: false --- @@ -23,6 +23,7 @@ toc: false ### Bug Fixes +- Fix documentation around using `bundle info` command. [#2425](https://github.com/mmistakes/minimal-mistakes/pull/2425) - Fix rake vulnerability in `.gemspec` file. - Fix Staticman v2 comment submission. [#2402](https://github.com/mmistakes/minimal-mistakes/pull/2402) - Fix repeated site base path for masthead logo. [#2385](https://github.com/mmistakes/minimal-mistakes/pull/2385)