From 409d9691b04f026af24d7f83835a11b7f1eba08f Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Mon, 27 Nov 2017 12:14:30 -0500 Subject: [PATCH] Update CHANGELOG and history --- CHANGELOG.md | 2 ++ docs/_docs/18-history.md | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 57b0846a..cda334b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ * Open social share links in a new window. [#1357](https://github.com/mmistakes/minimal-mistakes/pull/1357) * Remove Alexa.com verification due to retiring of "[Claim Your Site](https://support.alexa.com/hc/en-us/articles/219135887)" feature. [#1350](https://github.com/mmistakes/minimal-mistakes/issues/1350) +* Disable analytics in `development` environment. [#1362](https://github.com/mmistakes/minimal-mistakes/pull/1362) +* Disable comments in `development` environment. [#1363](https://github.com/mmistakes/minimal-mistakes/pull/1363) ### Bug Fixes diff --git a/docs/_docs/18-history.md b/docs/_docs/18-history.md index 8d1df0c5..9b609d94 100644 --- a/docs/_docs/18-history.md +++ b/docs/_docs/18-history.md @@ -4,7 +4,7 @@ permalink: /docs/history/ excerpt: "Change log of enhancements and bug fixes made to the theme." sidebar: nav: docs -last_modified_at: 2017-11-20T15:17:27-05:00 +last_modified_at: 2017-11-27T12:12:41-05:00 toc: true --- @@ -14,6 +14,8 @@ toc: true * Open social share links in a new window. [#1357](https://github.com/mmistakes/minimal-mistakes/pull/1357) * Remove Alexa.com verification due to retiring of "[Claim Your Site](https://support.alexa.com/hc/en-us/articles/219135887)" feature. [#1350](https://github.com/mmistakes/minimal-mistakes/issues/1350) +* Disable analytics in `development` environment. [#1362](https://github.com/mmistakes/minimal-mistakes/pull/1362) +* Disable comments in `development` environment. [#1363](https://github.com/mmistakes/minimal-mistakes/pull/1363) ### Bug Fixes