Skip to content

Commit

Permalink
update release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
shiftkey committed Sep 1, 2016
1 parent d38a8eb commit a793bd6
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,26 @@
### New in 0.22.0 (released 2016/08/17)
### New in 0.22.0 (released 2016/08/31)

**Features**

- Timeline preview API support - #1435 via @alfhenrik
- Initial groundwork for Branches API - #1437 via @ryangribble
- Base branch can now be updated when updating a pull request - #1450 via @ryangribble
- Enhancements to Protected Branches preview API - #1441 via @ryangribble

**Fixes**

- Redirect timeout when repository renamed - #1411 via @maddin2016

**Breaking Changes**

The new Branches client added in #1437 means that existing methods on
I(Observable)RepositoryClient are now marked as obsolete. Please update your
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()`

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

**Features**
Expand Down

0 comments on commit a793bd6

Please sign in to comment.