Skip to content

Commit af0a0f5

Browse files
committed
releasenotes.txt: Breaking change for IPersistentCollection.GetSnapshot().
1 parent f4c3e2e commit af0a0f5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

releasenotes.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Build vNext
66
##### Possible Breaking Changes #####
77
* IDeleteEventListener, IEventSource: Use generic ISet<> instead of non-generic in method signatures.
88
* SqlString.Parts removed. Use SqlString.Count and SqlString.GetEnumerator().
9+
* IPersistentCollection.GetSnapshot() now returns object instead of ICollection. The snapshot should be opaque to outside code.
910

1011
Build 3.3.1.GA
1112
=============================

0 commit comments

Comments
 (0)