From ade7db16b5d3881acde5b2fbadf654759c662131 Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Fri, 6 Mar 2015 11:37:32 +0930 Subject: [PATCH] added release notes --- ReleaseNotes.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ReleaseNotes.md b/ReleaseNotes.md index d1cbf64e..87683b41 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -1,3 +1,10 @@ +### New in 0.7.3 (released 2015/03/06) +* New: list all public repositories - #691 via @rms81 +* New: added filters to `Repository.GetAllForCurrent()` - #742 via @shiftkey +* Fixed: deserializing `EventInfoType` value with underscore now works - #727 via @janovesk +* Deprecated: `Repository.SubscriberCount` has no data - #739 via @basildk +* Deprecated: `Repository.Organization` has no data - #726 via @alfhenrik + ### New in 0.7.2 (released 2015/03/01) * Fixed: unshipped Orgs Permissions preview API changes due to excessive paging in some situations.