From 3614f8bd7c385f642e003cd9190595b4642cf31d Mon Sep 17 00:00:00 2001 From: Andrew Millington Date: Fri, 25 May 2018 10:03:58 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d657b746..3d36285c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)