From 82938bd9938129fba1942b891cd9a85cff810045 Mon Sep 17 00:00:00 2001 From: Alex Bilbie Date: Fri, 21 Nov 2014 00:21:30 +0000 Subject: [PATCH] Updated version notes --- index.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/index.md b/index.md index ccdf2f44..dff0f62b 100755 --- a/index.md +++ b/index.md @@ -35,12 +35,11 @@ In addition it supports the following token types: The changelog can be viewed here - [https://github.com/thephpleague/oauth2-server/blob/master/CHANGELOG.md](https://github.com/thephpleague/oauth2-server/blob/master/CHANGELOG.md). -The latest release is `4.0.1` (released 2014-11-09): +The latest release is `4.0.2` (released 2014-11-21): -* Alias the master branch in composer.json (Issue #243) -* Numerous PHP CodeSniffer fixes (Issue #244) -* .travis.yml update (Issue #245) -* The getAccessToken method should return an AccessTokenEntity object instead of a string in ResourceServer.php (#246) +> * Improved interfaces (Issue #255) +> * Learnt how to spell delimiter and so `getScopeDelimiter()` and `setScopeDelimiter()` methods have been renamed +> * Docblock improvements (Issue #254) ## Questions?