From 0f7f8a8ca77a8875647c114f07075189d608f2e3 Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Tue, 6 Mar 2018 08:59:15 -0700 Subject: [PATCH] Move the changelog entry for ignoring users Signed-off-by: Travis Ralston --- changelogs/client_server.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/changelogs/client_server.rst b/changelogs/client_server.rst index 55b07299..2dcda711 100644 --- a/changelogs/client_server.rst +++ b/changelogs/client_server.rst @@ -19,8 +19,6 @@ Unreleased changes (`#1106 `_). - Clarify default values for some fields on the /search API (`#1109 `_). - - Add spec for ignoring users - (`#1142 `_). - Fix the representation of ``m.presence`` events (`#1137 `_). - Clarify that ``m.tag`` ordering is done with numbers, not strings @@ -30,6 +28,8 @@ Unreleased changes - Add 'token' parameter to /keys/query endpoint (`#1104 `_). + - Add spec for ignoring users + (`#1142 `_). r0.3.0 ======