From 69edbfba5868d72984c88b0a95d480d2afdabe36 Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Fri, 30 Aug 2019 08:42:32 -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 3d67c87b..076b2cc1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ ### Bug Fixes - Fix typo in `_config.yml`. [#2243](https://github.com/mmistakes/minimal-mistakes/pull/2243) +- Replace `http` URLs with `https` where applicable in `_config.yml`. [#2244](https://github.com/mmistakes/minimal-mistakes/pull/2244) ## [4.16.6](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.16.6) diff --git a/docs/_docs/18-history.md b/docs/_docs/18-history.md index 08f2c8f8..7a28f6ae 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-08-30T08:40:30-04:00 +last_modified_at: 2019-08-30T08:42:24-04:00 toc: false --- @@ -19,6 +19,7 @@ toc: false ### Bug Fixes - Fix typo in `_config.yml`. [#2243](https://github.com/mmistakes/minimal-mistakes/pull/2243) +- Replace `http` URLs with `https` where applicable in `_config.yml`. [#2244](https://github.com/mmistakes/minimal-mistakes/pull/2244) ## [4.16.6](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.16.6)