Update changelog

This commit is contained in:
Andrew Millington 2018-05-23 16:44:00 +01:00
parent bd741e9203
commit ef75d13255
No known key found for this signature in database
GPG Key ID: 077754CA23023F4F

View File

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