From cd8742f630084274905acacea0f29e2ff0544c06 Mon Sep 17 00:00:00 2001 From: Andrew Millington Date: Thu, 25 Jul 2019 19:14:08 +0100 Subject: [PATCH] Reword changelog --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 863446df..d9276547 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] ### Fixed -- Clients are now prevented from using the Client Credentials grant unless they are confidential (PR #1035) +- Clients are now explicitly prevented from using the Client Credentials grant unless they are confidential to conform + with the OAuth2 spec (PR #1035) ## [8.0.0] - released 2019-07-13