Skip to content
Snippets Groups Projects
Commit f9159285 authored by squidfunk's avatar squidfunk Committed by Martin Donath
Browse files

Prepare 2.5.1 release

parent 0edbfdc8
No related branches found
No related tags found
No related merge requests found
mkdocs-material-2.6.0 (2017-xx-xx) mkdocs-material-2.5.1 (2017-01-20)
* Added permalink to main headline * Fixed permalink for main headline
* Added English as a fallback for missing translations * Improved missing translation handling with English as a fallback
* Improved accessibility with skip-to-content link * Improved accessibility with skip-to-content link
mkdocs-material-2.5.0 (2017-01-13) mkdocs-material-2.5.0 (2017-01-13)
......
...@@ -12,7 +12,7 @@ To determine the currently installed version, use the following command: ...@@ -12,7 +12,7 @@ To determine the currently installed version, use the following command:
``` sh ``` sh
pip show mkdocs-material | grep -E ^Version pip show mkdocs-material | grep -E ^Version
# Version 2.5.0 # Version 2.5.1
``` ```
### Material 1.x to 2.x ### Material 1.x to 2.x
...@@ -38,6 +38,12 @@ pip show mkdocs-material | grep -E ^Version ...@@ -38,6 +38,12 @@ pip show mkdocs-material | grep -E ^Version
## Changelog ## 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> ### 2.5.0 <small>_ January 13, 2018</small>
* Added support for right-to-left languages * Added support for right-to-left languages
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment