Update CHANGELOG.md and bump version to 3.4.7

This commit is contained in:
Michael Rose
2016-09-15 14:55:06 -04:00
parent 57449b37ca
commit 8756c27704
2 changed files with 14 additions and 1 deletions

View File

@@ -1,3 +1,16 @@
## [3.4.7](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.4.7)
### Enhancements
- Add `layout` based and user-defined class names to `<body>` element for added CSS hooks. [#526](https://github.com/mmistakes/minimal-mistakes/pull/526)
- Add simplified Chinese localized UI text. [#532](https://github.com/mmistakes/minimal-mistakes/pull/532)
### Bug Fixes
- Remove duplicate include of `base_path` in category-list.html [#522](https://github.com/mmistakes/minimal-mistakes/pull/522)
### Maintenance
## [3.4.6](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.4.6)
### Enhancements