-
-
Notifications
You must be signed in to change notification settings - Fork 600
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Prepare for 2.7 release #665
Conversation
457f064
to
6cd7aab
Compare
CHANGELOG.md
Outdated
- Phpunit 6 compatibility | ||
The following classes and endpoints were deprecated by Github and are also deprecated in the client: | ||
|
||
- `Github\Api\Repo` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Github\Api\Repo::find()
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The whole class is deprecated..
CHANGELOG.md
Outdated
The following classes and endpoints were deprecated by Github and are also deprecated in the client: | ||
|
||
- `Github\Api\Repo` | ||
- `Github\Api\User` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Github\Api\User::find()
CHANGELOG.md
Outdated
|
||
- `Github\Api\Repo` | ||
- `Github\Api\User` | ||
- `Github\Api\Issue::all()` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Github\Api\Issue::find()
Oh, you are correct. Sorry |
CHANGELOG.md
Outdated
|
||
- `Github\Api\Repo::find()` | ||
- `Github\Api\User::find()` | ||
- `Github\Api\Issue::all()` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This also has to be the find()
method instead of all()
There. Im done with this PR now |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 thanks!
Thank you for the reviews |
No description provided.