diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ef4399e323f..4d2456b31a13 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ ### Enhancements +- Add ARIA role to search forms. [#3086](https://github.com/mmistakes/minimal-mistakes/pull/3086) - Add overflow scroll bar to sticky table of contents that are taller than the viewport's height. [#2874](https://github.com/mmistakes/minimal-mistakes/pull/2874) - Add Microformats markup. [#3052](https://github.com/mmistakes/minimal-mistakes/pull/3052) - Add instructions on how to unminify `main.js` for easier browser debugging. [#3055](https://github.com/mmistakes/minimal-mistakes/pull/3055) diff --git a/docs/_docs/18-history.md b/docs/_docs/18-history.md index aa7cbdf67555..4597a59030de 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: 2021-07-30T15:57:58-04:00 +last_modified_at: 2021-08-08T13:44:22-04:00 toc: false --- @@ -19,6 +19,7 @@ toc: false ### Enhancements +- Add ARIA role to search forms. [#3086](https://github.com/mmistakes/minimal-mistakes/pull/3086) - Add overflow scroll bar to sticky table of contents that are taller than the viewport's height. [#2874](https://github.com/mmistakes/minimal-mistakes/pull/2874) - Add Microformats markup. [#3052](https://github.com/mmistakes/minimal-mistakes/pull/3052) - Add instructions on how to unminify `main.js` for easier browser debugging. [#3055](https://github.com/mmistakes/minimal-mistakes/pull/3055)