From 4c06fe70034624a0646b06fb1f5bc16f0b46304f Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Mon, 11 Jun 2018 08:17:26 -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 5d16f3a1..607b33df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ ### Bug Fixes +* Set default `title_separator`. [#1701](https://github.com/mmistakes/minimal-mistakes/pull/1701) * Fix `naver_site_verification` typo in /_includes/seo.html. [#1687](https://github.com/mmistakes/minimal-mistakes/pull/1687) * Fix table of contents missing borders. [#1675](https://github.com/mmistakes/minimal-mistakes/issues/1675) * Fix link to "Recipes" sample archive on documentation site. [#1664](https://github.com/mmistakes/minimal-mistakes/pull/1664) diff --git a/docs/_docs/18-history.md b/docs/_docs/18-history.md index b2c6dae2..5e288650 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: 2018-06-04T12:10:55-04:00 +last_modified_at: 2018-06-11T08:17:18-04:00 toc: true --- @@ -25,6 +25,7 @@ toc: true ### Bug Fixes +* Set default `title_separator`. [#1701](https://github.com/mmistakes/minimal-mistakes/pull/1701) * Fix `naver_site_verification` typo in /_includes/seo.html. [#1687](https://github.com/mmistakes/minimal-mistakes/pull/1687) * Fix table of contents missing borders. [#1675](https://github.com/mmistakes/minimal-mistakes/issues/1675) * Fix link to "Recipes" sample archive on documentation site. [#1664](https://github.com/mmistakes/minimal-mistakes/pull/1664)