Skip to content

Commit eba0b92

Browse files
authored
Prepare for release 2.4.0 (#582)
* Prepare for release 2.4.0 * Update CHANGELOG.md * Typo
1 parent 7c2afd8 commit eba0b92

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

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

5+
## 2.4.0
6+
7+
### Added
8+
9+
- `Integrations::configure` to allow accessing early access program endpoints.
10+
- Add support for pagination and parameters in the pull request comments
11+
- Add the ability to fetch user installations (`CurrentUser::installations`)
12+
- Allow getting repo info by id (`Repo::showById`)
13+
- Allow fetching repositories for a specific installation and user (`CurrentUser::repositoriesByInstallation`)
14+
15+
### Changed
16+
17+
- `PullRequest\Review` and `PullRequest\ReviewRequest` is now part of the official API. No need to call `configure`.
18+
519
## 2.3.0
620

721
### Fixed

0 commit comments

Comments
 (0)