Skip to content

Commit 149022f

Browse files
authored
Updating for release of 0.8
1 parent 459dddf commit 149022f

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,23 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77
## [Unreleased]
88

99
### Added
10-
* Fix `verifyJWTsignature()`: verify JWT to prevent php errors and warnings on invalid token
11-
*
10+
*
1211

1312
### Changed
14-
* Decouple session manipulation, it's allow use of other session libraries #134
15-
* Broaden version requirements of the phpseclib/phpseclib package. #144
13+
*
1614

1715
### Removed
1816
*
1917

18+
## [0.8.0]
19+
20+
### Added
21+
* Fix `verifyJWTsignature()`: verify JWT to prevent php errors and warnings on invalid token
22+
23+
### Changed
24+
* Decouple session manipulation, it's allow use of other session libraries #134
25+
* Broaden version requirements of the phpseclib/phpseclib package. #144
26+
2027
## [0.7.0]
2128

2229
### Added

0 commit comments

Comments
 (0)