From 0cdd535f7db3204058a1f854c7959daecf566019 Mon Sep 17 00:00:00 2001 From: Andrew Millington Date: Sun, 24 Jun 2018 13:48:52 +0100 Subject: [PATCH] Add changes to changelog --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cfdfbcad..88d8f16f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### Changed - Replace `convertToJWT()` interface with a more generic `__toString()` to improve extensibility (PR #874) -- The `invalidClient()` function accepts a PSR-7 compliant `$serverRequest` argument to avoid accessing the `$_SERVER` global variable and improve testing (PR #899) +- The `invalidClient()` function accepts a PSR-7 compliant `$serverRequest` argument to avoid accessing the `$_SERVER` global variable and improve testing (PR #899) +- `issueAccessToken()` in the Abstract Grant no longer sets access token client, user ID or scopes. These values should already have been set when calling `getNewToken()` (PR #919) ## [7.1.1] - released 2018-05-21