From 082d3ed03b866959544ec20a6a676b959c94250d Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Wed, 22 Apr 2015 12:01:51 +0930 Subject: [PATCH] more notes --- ReleaseNotes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/ReleaseNotes.md b/ReleaseNotes.md index bab3039ed1..686867307c 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -8,6 +8,7 @@ but the method name made it unclear. You might think that it wasn't much, but you'd be wrong. So if you have a method that no longer compile, it is likely that you need to set the prefix to `GetAll` to re-disocver that API. + - `CommitComment.Position` is now a nullable `int` to prevent serialization issues. ### New in 0.9.0 (released 2015/04/04) * New: added `PullRequest.Files` APIs - #752 via @alfhenrik