Update changelog

This commit is contained in:
sephster 2018-11-12 19:57:35 +00:00
parent 3b983ad0b4
commit 9542af627e
No known key found for this signature in database
GPG Key ID: 077754CA23023F4F

View File

@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Added
- Added a ScopeTrait to provide an implementation for jsonSerialize (PR #952)
- Ability to nest exceptions (PR #965)
### Fixed
- Fix issue where AuthorizationServer is not stateless as ResponseType could store state of a previous request (PR #960)