From 2f983bf7f8aeadd8e8f25996f1a2d6e87499e682 Mon Sep 17 00:00:00 2001 From: Andrew Hodgkinson Date: Wed, 15 Nov 2023 15:32:38 +1300 Subject: [PATCH] Better CHANGELOG.md wording --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7fa0349..6347cb6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # 2.6.1 (2023-11-15) -* Always returns `Content-Type` header of `application/scim+json; charset=utf-8` for any response, since that's the only format the gem can ever answer with. Fixes [#59](https://github.com/RIPAGlobal/scimitar/issues/59). +* Always returns a `Content-Type` header with value `application/scim+json; charset=utf-8` in any response, since that's the only format the gem can write. Fixes [#59](https://github.com/RIPAGlobal/scimitar/issues/59). * Uses the more common header name form of `WWW-Authenticate` rather than the Rack-like `WWW_AUTHENTICATE` in responses. # 2.6.0 (2023-11-14)