Prepare 2.0.1 release

This commit is contained in:
squidfunk
2017-10-31 21:07:13 +01:00
committed by Martin Donath
parent 34c2f11afc
commit eb232d43f0
5 changed files with 11 additions and 3 deletions

View File

@@ -12,11 +12,17 @@ To determine the currently installed version, use the following command:
``` sh
pip show mkdocs-material | grep -E ^Version
# Version 2.0.0
# Version 2.0.1
```
## Changelog
### 2.0.1 <small>_ October 31, 2017</small>
* Fixed error when initializing search
* Fixed styles for link to edit the current page
* Fixed styles on nested admonition in details
### 2.0.0 <small>_ October 31, 2017</small>
* Added support for MkDocs 0.17.1 theme configuration options