Updated changelog and added release notes

This commit is contained in:
squidfunk
2017-01-08 23:21:45 +01:00
parent 0258fe6bcf
commit 8a8fe982e2
3 changed files with 151 additions and 7 deletions

View File

@@ -279,7 +279,7 @@ google_analytics:
### Localization <small>L10N</small>
In order to localize the labels (e.g. "Previous" and "Next" in the footer),
In order to localize the labels (e.g. *Previous* and *Next* in the footer),
you can override the file `partials/i18n.html` to provide your own translations
inside the macro `t`:
@@ -297,6 +297,12 @@ inside the macro `t`:
Just copy the file from the original theme and make your adjustments. See the
section on [overriding partials][11] in the customization guide.
!!! warning "Migrating from Material 0.2.x"
In 0.2.x, localization was done within the `extra` configuration of your
`mkdocs.yml`. With 1.0.0 this is no longer possible as the configuration
will be ignored.
[11]: customization.md#overriding-partials
### More advanced customization