Skip to content

Commit d445f1e

Browse files
authored
Prepare for 2.7 release (KnpLabs#665)
* Prepare for 2.7 release * Updated for new PRs * Add methods on deprecated classes * Adding Repo endpoints * typo
1 parent 95e66ef commit d445f1e

File tree

1 file changed

+26
-3
lines changed

1 file changed

+26
-3
lines changed

CHANGELOG.md

+26-3
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,38 @@
22

33
The change log describes what is "Added", "Removed", "Changed" or "Fixed" between each release.
44

5-
## 2.7.0 (Unreleased)
5+
## 2.7.0
6+
7+
### Added
8+
9+
- Phpunit 6 compatibility
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`
15+
- API endpoint `Github\Api\Repo::topics()`
16+
- API endpoint `Github\Api\Repo::replaceTopics()`
17+
18+
### Fixed
19+
20+
- Fixed bug in `PathPrepend` plugin where "api/vX" could be duplicated.
21+
22+
### Changed
23+
24+
- Improved documentation and doc blocks
625

726
### Removed
827

928
- Dropped support for php 5.5
1029

11-
###
30+
### Deprecated
1231

13-
- Phpunit 6 compatibility
32+
The following endpoints were deprecated by Github and are also deprecated in the client:
33+
34+
- `Github\Api\Repo::find()`
35+
- `Github\Api\User::find()`
36+
- `Github\Api\Issue::find()`
1437

1538
## 2.6.0
1639

0 commit comments

Comments
 (0)