Update CHANGELOG and history

This commit is contained in:
Michael Rose
2017-12-04 14:48:13 -05:00
parent 87731836ee
commit 33ad934f17
2 changed files with 3 additions and 1 deletions

View File

@@ -7,6 +7,7 @@
* Disable analytics in `development` environment. [#1362](https://github.com/mmistakes/minimal-mistakes/pull/1362)
* Disable comments in `development` environment. [#1363](https://github.com/mmistakes/minimal-mistakes/pull/1363)
* Exclude specific pages/posts from search index by adding `search: false` to the YAML Front Matter. [#1369](https://github.com/mmistakes/minimal-mistakes/pull/1369)
* Add optional `description` key to masthead links for clarifying their purpose with the `title` attribute. [#1380](https://github.com/mmistakes/minimal-mistakes/pull/1380)
### Bug Fixes