Fixed wrong headings in release notes and changelog

This commit is contained in:
squidfunk 2018-01-22 19:13:40 +01:00 committed by Martin Donath
parent ee6b241250
commit 104f2b1c24
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
mkdocs-material-2.5.2 (2017-01-XX) mkdocs-material-2.5.2 (2017-01-22)
* Added default search language mappings for all localizations * Added default search language mappings for all localizations
* Fixed #673: Error loading non-existent search language * Fixed #673: Error loading non-existent search language

View File

@ -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.1 # Version 2.5.2
``` ```
### Material 1.x to 2.x ### Material 1.x to 2.x
@ -38,7 +38,7 @@ pip show mkdocs-material | grep -E ^Version
## Changelog ## Changelog
### 2.5.2 <small>_ January XX, 2018</small> ### 2.5.2 <small>_ January 22, 2018</small>
* Added default search language mappings for all localizations * Added default search language mappings for all localizations
* Fixed [#673][673]: Error loading non-existent search language * Fixed [#673][673]: Error loading non-existent search language