From ec7bf037f5de0b11f3cdb82013f02e6ee08109a9 Mon Sep 17 00:00:00 2001 From: Jason Robinson Date: Wed, 17 May 2017 23:16:22 +0300 Subject: [PATCH] Add changelog for Follow entity --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d5de32..5773c5a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ ### Added * New style Diaspora public payloads are now supported (see [here](https://github.com/diaspora/diaspora_federation/issues/30)). Old style payloads are still supported. Payloads are also still sent out old style. +* Add new `Follow` base entity and support for the new Diaspora "contact" payload. The simple `Follow` maps to Diaspora contact entity with following/sharing both true or false. Sharing as a separate concept is not currently supported. + ## [0.11.0] - 2017-05-08