Skip to content

Commit e0fa8ac

Browse files
authored
Merge pull request #464 from phadej/prepare-0.27
Prepare 0.27
2 parents 22d7b4a + 2568296 commit e0fa8ac

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## Changes for 0.27
2+
3+
- Add vector of SimpleTeam in "requested_teams" field of PullRequest
4+
[#453](https://github.com/phadej/github/pull/453)
5+
- Add endpoint to create gist
6+
[#455](https://github.com/phadej/github/pull/455)
7+
- Update RepoWebhookEvent
8+
[#461](https://github.com/phadej/github/pull/461)
9+
- PullRequest Reviews may not have submitted_at field
10+
[#450](https://github.com/phadej/github/pull/450)
11+
112
## Changes for 0.26
213

314
- Generalize PagedQuery to allow its reuse by preview github APIs

github.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: >=1.10
22
name: github
3-
version: 0.26
3+
version: 0.27
44
synopsis: Access to the GitHub API, v3.
55
category: Network
66
description:

0 commit comments

Comments
 (0)