From 31926e28f33e299db653a2cc07ec9c5487c4c92f Mon Sep 17 00:00:00 2001 From: Tobias Nyholm Date: Tue, 9 May 2017 15:47:21 +0200 Subject: [PATCH 1/3] Prepare for release 2.4.0 --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 52431808950..cad42d9304c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ The change log describes what is "Added", "Removed", "Changed" or "Fixed" between each release. +## 2.4.0 + +### Added + +- `Integrations::configure` to allow accessing early access program endpoints. +- Add support for pagination and parameters in the pull request comments +- Add the ability to fetch user installations (`CurrentUser::installations`) +- Allow getting repo info by id (`Repo::showById`) +- Allow fetching repositories for a specific installation and user (`CurrentUser::repositoriesByInstallation`) + ## 2.3.0 ### Fixed From 67c54520e5f1a5499daf409f2c2a1b3e8c301f18 Mon Sep 17 00:00:00 2001 From: Tobias Nyholm Date: Wed, 10 May 2017 14:25:29 +0200 Subject: [PATCH 2/3] Update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cad42d9304c..94cd3bdca84 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,10 @@ The change log describes what is "Added", "Removed", "Changed" or "Fixed" betwee - Allow getting repo info by id (`Repo::showById`) - Allow fetching repositories for a specific installation and user (`CurrentUser::repositoriesByInstallation`) +### Changed + +- `PullRequest\Review` and `PullRequest\ReviewRequest` is not part of the official API. No need to call `configure`. + ## 2.3.0 ### Fixed From 13d87085703340f842110dd9b2a5cbe690c6e45e Mon Sep 17 00:00:00 2001 From: Tobias Nyholm Date: Wed, 10 May 2017 15:27:27 +0200 Subject: [PATCH 3/3] Typo --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 94cd3bdca84..14f8fd8e7b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,7 +14,7 @@ The change log describes what is "Added", "Removed", "Changed" or "Fixed" betwee ### Changed -- `PullRequest\Review` and `PullRequest\ReviewRequest` is not part of the official API. No need to call `configure`. +- `PullRequest\Review` and `PullRequest\ReviewRequest` is now part of the official API. No need to call `configure`. ## 2.3.0