Skip to content

Commit d5f939b

Browse files
committed
Improve changlog
1 parent 1f5b67a commit d5f939b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

ChangeLog/7.2.2-dev.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22
[main] QueryEndpoint.SingleAsync()/SingleOrDefaultAsync() get overloads that can recieve one key value as parameter without need to create array explicitly
33
[main] PrefetchQuery<T> implements IAsyncEnumerable<T>, extra call for .AsAsyncEmumerable() is not needed for async enumeration
44
[main] PrefetchQuery<T>.AsAsyncEmumerable() is marked as Obsolete
5-
[main] Support for C#14+ optimization that applies ReadOnlySpan<T>.Contains() extension instead of IEnumerable<T>.Contains() one to arrays
5+
[main] Support for C#14+ optimization that applies ReadOnlySpan<T>.Contains() extension instead of IEnumerable<T>.Contains() one to arrays
6+
[main] Compatibility with VB and FSharp improved

0 commit comments

Comments
 (0)