Prepare 2.5.1 release

This commit is contained in:
squidfunk 2018-01-20 12:20:40 +01:00 committed by Martin Donath
parent 0edbfdc8aa
commit f915928507
2 changed files with 10 additions and 4 deletions

View File

@ -1,7 +1,7 @@
mkdocs-material-2.6.0 (2017-xx-xx)
mkdocs-material-2.5.1 (2017-01-20)
* Added permalink to main headline
* Added English as a fallback for missing translations
* Fixed permalink for main headline
* Improved missing translation handling with English as a fallback
* Improved accessibility with skip-to-content link
mkdocs-material-2.5.0 (2017-01-13)

View File

@ -12,7 +12,7 @@ To determine the currently installed version, use the following command:
``` sh
pip show mkdocs-material | grep -E ^Version
# Version 2.5.0
# Version 2.5.1
```
### Material 1.x to 2.x
@ -38,6 +38,12 @@ pip show mkdocs-material | grep -E ^Version
## Changelog
### 2.5.1 <small>_ January 20, 2018</small>
* Fixed permalink for main headline
* Improved missing translation handling with English as a fallback
* Improved accessibility with skip-to-content link
### 2.5.0 <small>_ January 13, 2018</small>
* Added support for right-to-left languages