Skip to content

Commit

Permalink
Fixup name of EditBranch method
Browse files Browse the repository at this point in the history
  • Loading branch information
ryangribble authored and shiftkey committed Sep 1, 2016
1 parent a793bd6 commit 2960d94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ReleaseNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ usages to the new endpoints as these will be removed in a future release:

- `client.Repository.GetBranch()` => `client.Repository.Branch.Get()`
- `client.Repository.GetAllBranches()` => `client.Repository.Branch.GetAll()`
- `client.Repository.Edit()` => `client.Repository.Branch.Edit()`
- `client.Repository.EditBranch()` => `client.Repository.Branch.Edit()`

### New in 0.21.1 (released 2016/07/29)

Expand Down

0 comments on commit 2960d94

Please sign in to comment.