update changelog

This commit is contained in:
Ilya Bulah 2018-06-15 15:57:01 +03:00
parent 224763cda6
commit 614bba2c11

View File

@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [Unreleased]
### Changed
- Refactoring: extracted `validateRedirectUri` method to remove 3 code duplicates (PR #912)
### Added
- Function `hasRedirect()` added to `OAuthServerException` (PR #703)