Update CHANGELOG and history

This commit is contained in:
Michael Rose 2020-01-14 12:42:35 -05:00
parent 2397da4e28
commit 0ce6c0d648
2 changed files with 4 additions and 2 deletions

View file

@ -2,7 +2,7 @@
### Enhancements
- Update README and LICENSE. [#2367](https://github.com/mmistakes/minimal-mistakes/pull/2367)
- Update README and LICENSE. [#2367](https://github.com/mmistakes/minimal-mistakes/pull/2367) [#2354](https://github.com/mmistakes/minimal-mistakes/issues/2354)
- 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)
@ -14,6 +14,7 @@
### Bug Fixes
- Fix wrong newline concatenation in SEO description. [#2368](https://github.com/mmistakes/minimal-mistakes/pull/2368)
- Fix Staticman v2/v3 conditional for showing comments. [#2351](https://github.com/mmistakes/minimal-mistakes/pull/2351)
- Fix masthead logo path. [#2332](https://github.com/mmistakes/minimal-mistakes/pull/2332)
- Fix schema.org dates to ISO-8601. [#2339](https://github.com/mmistakes/minimal-mistakes/pull/2339)

View file

@ -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:33:23-05:00
last_modified_at: 2020-01-14T12:42:23-05:00
toc: false
---
@ -25,6 +25,7 @@ toc: false
### Bug Fixes
- Update README and LICENSE. [#2367](https://github.com/mmistakes/minimal-mistakes/pull/2367) [#2354](https://github.com/mmistakes/minimal-mistakes/issues/2354)
- Fix Staticman v2/v3 conditional for showing comments. [#2351](https://github.com/mmistakes/minimal-mistakes/pull/2351)
- Fix masthead logo path. [#2332](https://github.com/mmistakes/minimal-mistakes/pull/2332)
- Fix schema.org dates to ISO-8601. [#2339](https://github.com/mmistakes/minimal-mistakes/pull/2339)