Updated changelog

This commit is contained in:
Andrew Millington 2018-05-21 16:20:48 +01:00
parent 4aeb92aa98
commit 4b0383b16c
No known key found for this signature in database
GPG Key ID: 077754CA23023F4F

View File

@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [Unreleased] ## [Unreleased]
### Changed ### Changed
- Replace `convertToJWT()` interface with a more generic `convertToAccessToken` 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)
## [7.1.1] - released 2018-05-21 ## [7.1.1] - released 2018-05-21