From a5a51fad953b96983dd6541c88249c45b0d7d249 Mon Sep 17 00:00:00 2001 From: Andrew Millington Date: Sat, 21 Apr 2018 22:05:08 +0100 Subject: [PATCH] Add PR 893 to the changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f5afa0ec..2bf9502a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] ### Changed +- Changed hint for unsupportedGrantType exception so it no longer references the grant type parameter which isn't always expected (PR #893) - Upgrade PHPStan checks to level 7 (PR #856) ### Added