Skip to content

Commit da199a7

Browse files
committed
Update README for v2.1.0 release
1 parent 08a5a47 commit da199a7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,12 @@ $decoded = JWT::decode($jwt, $key, array('HS256'));
6161
Changelog
6262
---------
6363

64+
#### 2.1.0 / 2015-05-20
65+
- Add support for adding a leeway to `JWT:decode()` that accounts for clock skew
66+
between signing and verifying entities. Thanks to [@lcabral](https://github.com/lcabral)!
67+
- Add support for passing an object implementing the `ArrayAccess` interface for
68+
`$keys` argument in `JWT::decode()`. Thanks to [@aztech-dev](https://github.com/aztech-dev)!
69+
6470
#### 2.0.0 / 2015-04-01
6571
- **Note**: It is strongly recommended that you update to > v2.0.0 to address
6672
known security vulnerabilities in prior versions when both symmetric and

0 commit comments

Comments
 (0)