Skip to content

Commit

Permalink
Better CHANGELOG.md wording
Browse files Browse the repository at this point in the history
  • Loading branch information
pond committed Nov 15, 2023
1 parent ae0bd54 commit 2f983bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit 2f983bf

Please sign in to comment.