From 10fa5a3a0129f21f46ad649546a72694eea85b6f Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Fri, 31 Aug 2018 16:21:51 -0600 Subject: [PATCH] Changelog for r0.1.0 IS spec --- changelogs/identity_service.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/changelogs/identity_service.rst b/changelogs/identity_service.rst index e69de29bb..0405d515d 100644 --- a/changelogs/identity_service.rst +++ b/changelogs/identity_service.rst @@ -0,0 +1,8 @@ +r0.1.0 +====== + +This is the first release of the Identity Service API. With this API, clients and +homeservers can store bindings between third party identifiers such as email addresses +and phone numbers, associating them with Matrix user IDs. Additionally, identity +servers offer the ability to invite third party users to Matrix rooms by storing +the invite until the identifier is bound.