File tree Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
6
6
7
7
## [ Unreleased]
8
8
9
+ ### Added
10
+ *
11
+
12
+ ### Changed
13
+ *
14
+
15
+ ### Removed
16
+ *
17
+
18
+
19
+ ## [ 0.9.0]
20
+
9
21
### Added
10
22
* php 7.4 deprecates array_key_exists on objects, use property_exists in getVerifiedClaims and requestUserInfo
11
23
* Adding a header to indicate JSON as the return type for userinfo endpoint #151
@@ -33,9 +45,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
33
45
* Added strict type comparisons #167
34
46
* Bugfix: required ` openid ` scope was omitted when additional scopes were registered using ` addScope ` method. This resulted in failing OpenID process.
35
47
36
- ### Removed
37
- *
38
-
39
48
## [ 0.8.0]
40
49
41
50
### Added
You can’t perform that action at this time.
0 commit comments