From 2960d941f2d82ac49ad5ecf1d4e4092cc1a40fb7 Mon Sep 17 00:00:00 2001 From: Ryan Gribble Date: Tue, 30 Aug 2016 19:52:46 +1000 Subject: [PATCH] Fixup name of EditBranch method --- ReleaseNotes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReleaseNotes.md b/ReleaseNotes.md index e0af7ada50..b8719b952a 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -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)