From f91592850740f47bcb47dbec6fc311917643ffa5 Mon Sep 17 00:00:00 2001 From: squidfunk Date: Sat, 20 Jan 2018 12:20:40 +0100 Subject: [PATCH] Prepare 2.5.1 release --- CHANGELOG | 6 +++--- docs/release-notes.md | 8 +++++++- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 2b7be7623..87dec881b 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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) diff --git a/docs/release-notes.md b/docs/release-notes.md index accc27b5e..ebe16c220 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -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 _ January 20, 2018 + +* Fixed permalink for main headline +* Improved missing translation handling with English as a fallback +* Improved accessibility with skip-to-content link + ### 2.5.0 _ January 13, 2018 * Added support for right-to-left languages