diff --git a/changelog.md b/changelog.md index 35fa885..272344c 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,12 @@ Changelog ========= +1.1.7 (????-??-??) +------------------ + +* Adding support for the 'friend' rel from XFN. + + 1.1.6 (2025-01-08) ------------------ diff --git a/data/editor-links.json b/data/editor-links.json index ee43b27..3eea595 100644 --- a/data/editor-links.json +++ b/data/editor-links.json @@ -3,6 +3,10 @@ "description": "A link to yourself at a different URL", "href": "http://gmpg.org/xfn/11" }, + "friend": { + "description": "A link to a friend", + "href": "http://gmpg.org/xfn/11" + }, "item": { "description": "A member of a collection", "href": "https://datatracker.ietf.org/doc/html/rfc6573#section-2.1"