From 098a4757268fc24e4ab894ad833b2620827af5ab Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Thu, 27 Jun 2019 18:47:11 -0400 Subject: [PATCH] Update CHANGELOG and history --- CHANGELOG.md | 1 + docs/_docs/18-history.md | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6859a9a1..c9bcc7ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ### Enhancements +- Remove unecessary `type="text/javascript"` from Google Analytics JavaScript. [#2190](https://github.com/mmistakes/minimal-mistakes/pull/2190) - Update links and fix typos in documentation. [#2186](https://github.com/mmistakes/minimal-mistakes/pull/2186) - Add skip links. [#2182](https://github.com/mmistakes/minimal-mistakes/issues/2182) diff --git a/docs/_docs/18-history.md b/docs/_docs/18-history.md index 003e8e82..5e26136a 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: 2019-06-27T18:36:51-04:00 +last_modified_at: 2019-06-27T18:46:57-04:00 toc: false --- @@ -13,6 +13,7 @@ toc: false ### Enhancements +- Remove unecessary `type="text/javascript"` from Google Analytics JavaScript. [#2190](https://github.com/mmistakes/minimal-mistakes/pull/2190) - Update links and fix typos in documentation. [#2186](https://github.com/mmistakes/minimal-mistakes/pull/2186) - Add skip links. [#2182](https://github.com/mmistakes/minimal-mistakes/issues/2182)