We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c2afd8 commit eba0b92Copy full SHA for eba0b92
CHANGELOG.md
@@ -2,6 +2,20 @@
2
3
The change log describes what is "Added", "Removed", "Changed" or "Fixed" between each release.
4
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
19
## 2.3.0
20
21
### Fixed
0 commit comments