From b6cf8f967336da8094b13f6e3e4ea138c5c0f5d7 Mon Sep 17 00:00:00 2001 From: Ryan Gribble Date: Mon, 16 Jan 2017 23:24:10 +1000 Subject: [PATCH] update release notes to include PR1540 --- ReleaseNotes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/ReleaseNotes.md b/ReleaseNotes.md index ff4aee0708..8980938a2c 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -10,6 +10,7 @@ Add support for passing sort options to IssueCommentsClient.GetAllForRepository( Rename PullRequest.Comment to PullRequest.ReviewComment for better accuracy - [#1520](https://github.com/octokit/octokit.net/pull/1520) via [bmeverett](https://github.com/bmeverett) Introduce AbuseException - [#1528](https://github.com/octokit/octokit.net/pull/1528) via [SeanKilleen](https://github.com/SeanKilleen) Add Id field to PullRequest class - [#1537](https://github.com/octokit/octokit.net/pull/1537) via [YunLi1988](https://github.com/YunLi1988) +Unparseable ApiErrors should now fall back to better default error messages - [#1540](https://github.com/octokit/octokit.net/pull/1540) via [SeanKilleen](https://github.com/SeanKilleen) **Fixes**