Skip to content

Commit c9cf54e

Browse files
committed
refs #955: add upgrade to v4.0 notes
1 parent e7f1ab9 commit c9cf54e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

UPGRADE-4.0.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,9 @@
33
### ResultPager
44

55
* `\Github\ResultPagerInterface::postFetch` is deprecated, and the method will be removed from the ResultPager interface/class.
6+
7+
### Authentication methods
8+
9+
* `Github\Client::AUTH_CLIENT_ID` is deprecated, use `Github\AuthMethod::CLIENT_ID` instead.
10+
* `Github\Client::AUTH_ACCESS_TOKEN` is deprecated, use `Github\AuthMethod::ACCESS_TOKEN` instead.
11+
* `Github\Client::AUTH_JWT` is deprecated, use `Github\AuthMethod::JWT` instead.

0 commit comments

Comments
 (0)