diff --git a/CHANGELOG.md b/CHANGELOG.md index fea95e5..2fed491 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ Included is a summary of changes to the project, by version. Details can be found in the commit history. +## v2.1.1 + +### Improvements + +* Use the h1-as-name feature from v2.1.0 also to generate the page name in breadcrumbs. This changes the behavior on + pages with an h1 but no Title: meta tag to have a better name, of course, but also changes the behavior on pages with + neither a h1 nor a Title: meta tag to have a leading slash (e.g. /page-filename) where there previously was not one + (e.g. just page-filename). This seems like an acceptable trade-off. + +### Miscellaneous + +* With the minor breadcrumb change, a method used to finagle the breadcrumb no-name name is no longer necessary. + ## v2.1.0 ### Features