From 53242003b03dbb293f54f53aab666f20cb91a713 Mon Sep 17 00:00:00 2001 From: Dean Attali Date: Sun, 23 Aug 2020 04:31:44 -0400 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 53ac52a..03c6ea2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,11 @@ ## Unreleased version -- **BREAKING CHANGE** A lot of time was spent on rethinking the entire SEO and social media sharing model. It was redesigned to be more simple and customizable. The new documentation has a section dedicated to SEO and social media sharing of a page. Unfortunately some changes had to be made that are not backwards-compatible: - - Renamed `description` YAML option to `share-description` to be more clear - - Renamed `description` config parameter to `rss-description` since it was only used in RSS (the FAQ in the README explains the different between YAML options and config parameters if you're confused!) - - Removed YAML option `use-site-title` (you can now specify the exact title using `share-title`) - - Removed undocumented YAML options `meta-title` and `meta-description` +One of the major changes in this version is that a lot of time was spent on rethinking the entire SEO and social media sharing model (how a page looks on eg. Google, Twitter, Facebok). It was redesigned to be more simple and customizable. The new documentation has a section dedicated to SEO and social media sharing of a page. Unfortunately some changes had to be made that are not backwards-compatible. + +- **BREAKING CHANGE** Renamed `description` YAML option to `share-description` to be more clear +- **BREAKING CHANGE** Renamed `description` config parameter to `rss-description` since it was only used in RSS (the FAQ in the README explains the different between YAML options and config parameters if you're confused!) +- **BREAKING CHANGE** Removed YAML option `use-site-title` (you can now specify the exact title using `share-title`) +- **BREAKING CHANGE** Removed undocumented YAML options `meta-title` and `meta-description` - Added `share-title` YAML option to give control over the search engine/social media title - Added `head-extra` YAML option which is similar to `footer-extra` but is used to include custom HTML code in a page's `` tag - Added automatic navbar color detection (#702)