Skip to content

Commit 6cd7aab

Browse files
committed
Updated for new PRs
1 parent 571dc79 commit 6cd7aab

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,15 @@ The change log describes what is "Added", "Removed", "Changed" or "Fixed" betwee
77
### Added
88

99
- Phpunit 6 compatibility
10-
- `AbstractApi::setPage()` to allow you to set the page on all endpoints.
11-
- Support for query parameters and request headers on `User::following` and `User::followers`
10+
- `Github\Api\AbstractApi::setPage()` to allow you to set the page on all endpoints.
11+
- Support for query parameters and request headers on `Github\Api\User::following` and `Github\Api\User::followers`
12+
- API endpoint `Github\Api\CurrentUser\Emails::allPublic()`
13+
- API endpoint `Github\Api\Search::commits()`
14+
- API endpoint `Github\Api\Miscellaneous\CodeOfConduct`
1215

1316
### Fixed
1417

15-
- Fixed bug in `PathPrepend` where "api/vX" could be duplicated.
18+
- Fixed bug in `PathPrepend` plugin where "api/vX" could be duplicated.
1619

1720
### Changed
1821

@@ -22,6 +25,14 @@ The change log describes what is "Added", "Removed", "Changed" or "Fixed" betwee
2225

2326
- Dropped support for php 5.5
2427

28+
### Deprecated
29+
30+
The following classes and endpoints were deprecated by Github and are also deprecated in the client:
31+
32+
- `Github\Api\Repo`
33+
- `Github\Api\User`
34+
- `Github\Api\Issue::all()`
35+
2536
## 2.6.0
2637

2738
### Added

0 commit comments

Comments
 (0)