From b84c196178bea5be8b4750655bc15efec643ae46 Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Tue, 14 Jan 2020 12:33:30 -0500 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 b49ab269..92d9506e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ### Enhancements +- Update README and LICENSE. [#2367](https://github.com/mmistakes/minimal-mistakes/pull/2367) - Update `.gitignore` file. [#2366](https://github.com/mmistakes/minimal-mistakes/pull/2366) - Allow override of page excerpt in hero header via `tagline` YAML front matter. [#2307](https://github.com/mmistakes/minimal-mistakes/pull/2307) - Exclude `package-lock.json` from Jekyll build. [#2364](https://github.com/mmistakes/minimal-mistakes/pull/2364) diff --git a/docs/_docs/18-history.md b/docs/_docs/18-history.md index e8b5fc2a..5ba25269 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: 2020-01-14T12:32:13-05:00 +last_modified_at: 2020-01-14T12:33:23-05:00 toc: false --- @@ -13,6 +13,7 @@ toc: false ### Enhancements +- Update README and LICENSE. [#2367](https://github.com/mmistakes/minimal-mistakes/pull/2367) - Update `.gitignore` file. [#2366](https://github.com/mmistakes/minimal-mistakes/pull/2366) - Allow override of page excerpt in hero header via `tagline` YAML front matter. [#2307](https://github.com/mmistakes/minimal-mistakes/pull/2307) - Exclude `package-lock.json` from Jekyll build. [#2364](https://github.com/mmistakes/minimal-mistakes/pull/2364)