Skip to content

Commit

Permalink
releasenotes.txt: Breaking change for IPersistentCollection.GetSnapsh…
Browse files Browse the repository at this point in the history
…ot().
  • Loading branch information
oskarb committed Oct 6, 2012
1 parent f4c3e2e commit af0a0f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions releasenotes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Build vNext
##### Possible Breaking Changes #####
* IDeleteEventListener, IEventSource: Use generic ISet<> instead of non-generic in method signatures.
* SqlString.Parts removed. Use SqlString.Count and SqlString.GetEnumerator().
* IPersistentCollection.GetSnapshot() now returns object instead of ICollection. The snapshot should be opaque to outside code.

Build 3.3.1.GA
=============================
Expand Down

0 comments on commit af0a0f5

Please sign in to comment.