We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2ae5b0 commit 160d627Copy full SHA for 160d627
CHANGELOG.md
@@ -1,5 +1,18 @@
1
# OAuth 2.0 Client Changelog
2
3
+## 2.7.0
4
+
5
+_Released: 2023-04-16_
6
7
+* Add support for PKCE (Proof Key for Code Exchange,
8
+ [RFC 7636](https://www.rfc-editor.org/rfc/rfc7636))
9
+ [#901](https://github.com/thephpleague/oauth2-client/pull/901)
10
+* Various type improvements for static analysis
11
+ [#939](https://github.com/thephpleague/oauth2-client/pull/939)
12
+ [#959](https://github.com/thephpleague/oauth2-client/pull/959)
13
+ [#972](https://github.com/thephpleague/oauth2-client/pull/972)
14
+ [#997](https://github.com/thephpleague/oauth2-client/pull/997)
15
16
## 2.6.1
17
18
_Released: 2021-12-22_
0 commit comments