From 14238efea3e19097f2d227c8933fd22616f64ee8 Mon Sep 17 00:00:00 2001 From: Kristian Hellang Date: Tue, 24 Feb 2015 11:04:31 +0100 Subject: [PATCH] Fixed typo --- ReleaseNotes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReleaseNotes.md b/ReleaseNotes.md index 281415d1..899bd808 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -14,7 +14,7 @@ model class if you need to contructor responses (e.g. for testing) - `IResponse` is now a `readonly` interface. - `ApiResponse` accepts the strongly typed body as an argument. -- `IResponse changed to `IApiResponse`. +- `IResponse` changed to `IApiResponse`. ### New in 0.6.2 (Released 2015/01/06) * New: Added `Assignee` and `Label` to `EventInfo` and `IssueEvent` repsonses - #644 via @thedillonb