Skip to content

Commit

Permalink
tweak release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
shiftkey committed Oct 3, 2016
1 parent 0f98af4 commit d9de9ee
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion ReleaseNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
**Features**

- Added support for probing for an GitHub Enterprise instance - #1404 via @haacked
- Added more methods for the new Protected Branches preview API - #1443 via @maddin2016
- Added granular methods for Protected Branches preview API - #1443 via @maddin2016
- Repository Traffic preview API support -#1457 via @maddin2016
- Added support for performing a rebase and merge through the API- #1479 via @ryangribble

**Fixes**

Expand All @@ -25,6 +26,10 @@ require (or return) a repository identifier from `int` to `long` so that these w
continue to work in the future, and the implicit conversion from `int` to `long`
means the impact should be manageable now.

`MergePullRequest.Squash` has been marked as obsolete in favour of the `MergeMethod`
property - use `PullRequestMergeMethod.Squash` or `PullRequestMergeMethod.Rebase` if
you want to change the merge behaviour when merging a pull request.

### New in 0.22.0 (released 2016/09/01)

**Features**
Expand Down

0 comments on commit d9de9ee

Please sign in to comment.