From 2c2eb43e79f6c241bfa3057d05e80b17136c9bef Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Wed, 10 Dec 2014 20:51:34 +1030 Subject: [PATCH] writing them release notes --- ReleaseNotes.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ReleaseNotes.md b/ReleaseNotes.md index f104d3b6..3baaad66 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -1,3 +1,9 @@ +### New in 0.6.0 (Released 2014/12/15) +* Fixed: Typo in guard clause for `ApiInfo` - #588 via @karlbohlmark +* Fixed: Documentation typos in `NewRepository` - #590 via @karlbohlmark +* Fixed: `files` array now included when fetching a commit - #608 via @kzu +* Fixed: `GetAllContributors` return `Contributions` count - #614 via @SimonCropp + ### New in 0.5.3 (Released 2014/12/05) * New: Uploading release assets now supports an optional timeout value - #587 via @shiftkey