From 7c6a97e82c903d2cdb173f163c527a51bce6df9f Mon Sep 17 00:00:00 2001 From: David Baker Date: Wed, 10 Jan 2018 17:57:00 +0000 Subject: [PATCH] Add PR 1104 to changelog --- changelogs/client_server.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/changelogs/client_server.rst b/changelogs/client_server.rst index 8d5f4559..0f6d6e91 100644 --- a/changelogs/client_server.rst +++ b/changelogs/client_server.rst @@ -14,6 +14,10 @@ Unreleased changes endpoints as deprecated (`#1097 `_). +- Changes to the API which will be backwards-compatible for clients: + - Add 'token' parameter to /keys/query endpoint + (`#1104 `_). + r0.3.0 ======