From 08e14587cdb94378ec89c2b1b598c1719155bbff Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Sun, 26 May 2019 20:37:28 -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 9490d08d..f8a295fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ ### Bug Fixes +- Fix arithmetic in `_form.scss` partial. [#2169](https://github.com/mmistakes/minimal-mistakes/pull/2169) - Fix pound symbol not displaying properly for post categories and tags. [#2156](https://github.com/mmistakes/minimal-mistakes/issues/2156) - Fix permalink stacking order and click-able area in archives. diff --git a/docs/_docs/18-history.md b/docs/_docs/18-history.md index e3ce26cf..7aa3fcf1 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-05-26T20:35:57-04:00 +last_modified_at: 2019-05-26T20:37:12-04:00 toc: false --- @@ -19,6 +19,7 @@ toc: false ### Bug Fixes +- Fix arithmetic in `_form.scss` partial. [#2169](https://github.com/mmistakes/minimal-mistakes/pull/2169) - Fix pound symbol not displaying properly for post categories and tags. [#2156](https://github.com/mmistakes/minimal-mistakes/issues/2156) - Fix permalink stacking order and click-able area in archives.