From 3c2dd0b213484d0747e2cbc8f0ee6e8edbed7ef5 Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Thu, 6 Mar 2014 11:26:31 +1100 Subject: [PATCH] removed items which were internal changes --- ReleaseNotes.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/ReleaseNotes.md b/ReleaseNotes.md index e7856422..b5ff3913 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -1,12 +1,9 @@ ### New in 0.2.2 (Released 2014/03/06) -* Added convention tests to ensure Task-based and Observable-based APIs are consistent - #361 #376 #378 via @shiftkey and @ammeep +* Task-based and Observable-based APIs are now consistent - #361 #376 #378 via @shiftkey and @ammeep * "_links" JSON field serialization convention fix - #387 via @haacked * Added Feeds client - #386 via @sgwill * Added support for creating Gists - #391 via @Therzok and @rgmills -* Tidying up async/await tests - #392 via @pmacn -* Updating projects to use Docplagiarizer - #396 via @pmacn * Make readonly collections truly readonly - #394 #399 via @Haacked -* Set doc plagiarizer as a dev dependency - #398 via @Haacked * Internalize ProductHeaderValue - #406 via @trsneed * HttpClient.Send without cancellation token - #410 via @ammeep * Implement Repository Comments API - #413 via @Haacked @wfroese