Skip to content

Commit 5324200

Browse files
authored
Update CHANGELOG.md
1 parent d5031ed commit 5324200

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

CHANGELOG.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
## Unreleased version
22

3-
- **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:
4-
- Renamed `description` YAML option to `share-description` to be more clear
5-
- 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!)
6-
- Removed YAML option `use-site-title` (you can now specify the exact title using `share-title`)
7-
- Removed undocumented YAML options `meta-title` and `meta-description`
3+
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.
4+
5+
- **BREAKING CHANGE** Renamed `description` YAML option to `share-description` to be more clear
6+
- **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!)
7+
- **BREAKING CHANGE** Removed YAML option `use-site-title` (you can now specify the exact title using `share-title`)
8+
- **BREAKING CHANGE** Removed undocumented YAML options `meta-title` and `meta-description`
89
- Added `share-title` YAML option to give control over the search engine/social media title
910
- Added `head-extra` YAML option which is similar to `footer-extra` but is used to include custom HTML code in a page's `<head>` tag
1011
- Added automatic navbar color detection (#702)

0 commit comments

Comments
 (0)