From 1bbea4e98633229a662db6591af693c948558eb4 Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Tue, 24 Feb 2015 18:07:12 +0930 Subject: [PATCH] added release notes --- ReleaseNotes.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ReleaseNotes.md b/ReleaseNotes.md index 281415d1..d6acc5f5 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -1,3 +1,11 @@ +### New in 0.7.1 (released 2015/02/26) +* New: `SearchCodeRequest` has overloads for owner and repository name - #705 via @kfrancis +* New - support for preview Authorization API changes - #647 via @shiftkey +* New - `Account.Type` to identify user or organization account - #714 via @shiftkey +* Fixed: `EventTypeInfo` did not parse `head_ref_deleted` and `head_ref_restored` - #711 via @janovesk +* Fixed: `IssueUpdate.Labels` did not support "no change" updates - #718 via @shiftkey +* Deprecated: `Repository.WatchedCount` has no data - #701 via @DaveWM + ### New in 0.7.0 (Released 2015/02/24) * New: Response models now use read-only properties - #658, #662 via @haacked, #663 via @khellang, #679 via @Zoltu * New: Added `Truncated` property to `TreeResponse` - #674 via @Zoltu