From f6235798faff4a1fcd99c94fb328cb71e268f087 Mon Sep 17 00:00:00 2001 From: Steffen Forkmann Date: Wed, 6 Nov 2013 11:50:09 +0100 Subject: [PATCH] Reorder ReleaseNotes as requested in https://github.com/fsharp/FAKE/issues/217 Please make sure you use FAKE 2.1.571-alpha or above. --- ReleaseNotes.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/ReleaseNotes.md b/ReleaseNotes.md index c20ccfb5..2d678274 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -1,16 +1,16 @@ -### New in 0.1.0 (Released 2013/10/30) -* Initial release - -### New in 0.1.1 (Released 2013/10/30) -* Fixed problems with Microsoft.Threading.Tasks - -### New in 0.1.2 (Released 2013/10/31) -* New default constructors in Octokit.Reactive -* New IObservableAssigneesClient in Octokit.Reactive - ### New in 0.1.3 (Released 2013/11/5) * New Xamarin Component store versions of Octokit.net * New clients for managing assignees, milestones, and tags * New clients for managing issues, issue events, and issue comments * New client for managing organization members * Fixed bug in applying query parameters that could cause paging to continually request the same page +* +### New in 0.1.2 (Released 2013/10/31) +* New default constructors in Octokit.Reactive +* New IObservableAssigneesClient in Octokit.Reactive + +### New in 0.1.1 (Released 2013/10/30) +* Fixed problems with Microsoft.Threading.Tasks + +### New in 0.1.0 (Released 2013/10/30) +* Initial release