From 2b3c84503c51fd703e4991d26910c9ab51d1d77b Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Sun, 12 Nov 2017 23:54:47 -0700 Subject: [PATCH] Add /account/whoami to changelog Signed-off-by: Travis Ralston --- changelogs/client_server.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/changelogs/client_server.rst b/changelogs/client_server.rst index c24f9ef44..10387c560 100644 --- a/changelogs/client_server.rst +++ b/changelogs/client_server.rst @@ -60,6 +60,9 @@ - ``GET /rooms/{roomId}/joined_members`` (`#999 `_). + - ``GET /account/whoami`` + (`#1063 `_). + - Spec clarifications: - Add endpoints and logic for invites and third-party invites to the federation