From 966ebbdd07966d6385b849e3d6d220e9645c42ef Mon Sep 17 00:00:00 2001 From: Jamie Hodge Date: Thu, 29 Nov 2018 13:59:12 +0100 Subject: [PATCH] reference PR #2026 in changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 152f0ddd3da..29720671888 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ client reference ID, Apollo Server will now default to the values present in the of the request (`apollographql-client-name`, `apollographql-client-reference-id` and `apollographql-client-version` respectively). As a last resort, when those headers are not set, the query extensions' `clientInfo` values will be used. [PR #1960](https://github.com/apollographql/apollo-server/pull/1960) +- Set content type of playground index.html to text/html. [PR #2026](https://github.com/apollographql/apollo-server/pull/2026) ### v2.2.2