From 87285a741894c858ad036d44c7a72a545381f7cc Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Tue, 7 Oct 2014 13:04:37 -0200 Subject: [PATCH] updated release notes --- ReleaseNotes.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ReleaseNotes.md b/ReleaseNotes.md index 9a1f9b22..2cc745c8 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -1,4 +1,4 @@ -### New in 0.5.0 (Released 2014/10/05) +### New in 0.5.0 (Released 2014/10/07) * New: added more methods for users and orgs - #553 via @andrerod * New: added support for Universal Apps - #575 via @hippiehunter * New: added missing fields to `Repository` - #560 via @thedillonb @@ -6,6 +6,7 @@ * Fixed: added `ItemState.All` enum value so issue filtering can be bypassed - #550 via @MitjaBezensek * Fixed: remove trailing slash in `ApiUrl` that causes /team/{id}/repos to fail - #555 via @matt-gibbs * Fixed: `PullRequest.Mergeable` was misspelt, causing serialization issue - #576 via @jrowies +* Fixed: serialization issue when parsing `OAuthToken.Scope` list - @shiftkey **Breaking Change:** `Readme.GetHtmlContent()` would return a 404, due to `Readme.HtmlUrl` not accepting custom Accepts header. This method now uses `Readme.Url` internally, which will return a slightly different DOM.