Update changelog

This commit is contained in:
sephster 2018-10-12 23:32:44 +01:00
parent d76025d613
commit 7bf7700645
No known key found for this signature in database
GPG Key ID: 077754CA23023F4F

View File

@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Changed
- Moved the `finalizeScopes()` call from `validateAuthorizationRequest` method to the `completeAuthorizationRequest` method so it is called just before the access token is issued (PR #923)
### Added
- Added a ScopeTrait to provide an implementation for jsonSerialize (PR #952)
## [7.2.0] - released 2018-06-23
### Changed