From f5a10851d80ba10c3da9b719144bc61ed62a1dae Mon Sep 17 00:00:00 2001 From: David Fowler Date: Fri, 4 Nov 2011 20:32:47 -0700 Subject: [PATCH] Updated relese notes --- ReleaseNotes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/ReleaseNotes.md b/ReleaseNotes.md index c856744e0d..69bc4db835 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -2,6 +2,7 @@ ## Release Notes * Added a SignalR client for WP7 (long polling) * Introduced new programming model for integrating hubs in .NET/WP7 client +* Added group support to .NET client. * Fixed issue with disconnect not working when long polling connection dies. (#42) * Fixed issue with exceptions being thrown when parsing invalid JSON data for connections. * Fixed reliability in .NET client.