Skip to content

Commit dccf163

Browse files
committed
Update README for v4.0.0
1 parent d425647 commit dccf163

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
@@ -64,6 +64,12 @@ $decoded = JWT::decode($jwt, $key, array('HS256'));
6464
Changelog
6565
---------
6666

67+
#### 4.0.0 / 2016-07-17
68+
- Add support for late static binding. See [#88](https://github.com/firebase/php-jwt/pull/88) for details. Thanks to [@chappy84](https://github.com/chappy84)!
69+
- Use static `$timestamp` instead of `time()` to improve unit testing. See [#93](https://github.com/firebase/php-jwt/pull/93) for details. Thanks to [@josephmcdermott](https://github.com/josephmcdermott)!
70+
- Fixes to exceptions classes. See [#81](https://github.com/firebase/php-jwt/pull/81) for details. Thanks to [@Maks3w](https://github.com/Maks3w)!
71+
- Fixes to PHPDoc. See [#76](https://github.com/firebase/php-jwt/pull/76) for details. Thanks to [@akeeman](https://github.com/akeeman)!
72+
6773
#### 3.0.0 / 2015-07-22
6874
- Minimum PHP version updated from `5.2.0` to `5.3.0`.
6975
- Add `\Firebase\JWT` namespace. See

0 commit comments

Comments
 (0)