Update changelog

This commit is contained in:
Andrew Millington 2018-05-25 10:03:58 +01:00
parent e4a7fea834
commit 3614f8bd7c
No known key found for this signature in database
GPG Key ID: 077754CA23023F4F

View File

@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [Unreleased]
### Added
- Function `hasRedirect()` added to `OAuthServerException` (PR #703)
### Fixed
- Catch and handle `BadMethodCallException` from the `verify()` method of the JWT token in the `validateAuthorization` method (PR #904)