diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ef4399e..4d2456b3 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 d296a4db..ace53ef6 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)