Update CHANGELOG and history
This commit is contained in:
parent
8da334b517
commit
843fa688cc
2 changed files with 13 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
## Unreleased
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
- Fix permalink stacking order and click-able area in archives.
|
||||||
|
|
||||||
## [4.16.3](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.16.3)
|
## [4.16.3](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.16.3)
|
||||||
|
|
||||||
### Enhancements
|
### Enhancements
|
||||||
|
|
|
@ -5,10 +5,16 @@ permalink: /docs/history/
|
||||||
excerpt: "Change log of enhancements and bug fixes made to the theme."
|
excerpt: "Change log of enhancements and bug fixes made to the theme."
|
||||||
sidebar:
|
sidebar:
|
||||||
nav: docs
|
nav: docs
|
||||||
last_modified_at: 2019-05-03T23:05:18-04:00
|
last_modified_at: 2019-05-07T14:54:29-04:00
|
||||||
toc: false
|
toc: false
|
||||||
---
|
---
|
||||||
|
|
||||||
|
## Unreleased
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
- Fix permalink stacking order and click-able area in archives.
|
||||||
|
|
||||||
## [4.16.3](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.16.3)
|
## [4.16.3](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.16.3)
|
||||||
|
|
||||||
### Enhancements
|
### Enhancements
|
||||||
|
|
Loading…
Reference in a new issue