diff --git a/release-notes/10.0/preview/rc2/efcore.md b/release-notes/10.0/preview/rc2/efcore.md index ae1c9afc0c..59ed553da1 100644 --- a/release-notes/10.0/preview/rc2/efcore.md +++ b/release-notes/10.0/preview/rc2/efcore.md @@ -1,8 +1,13 @@ # Entity Framework Core in .NET 10 RC 2 - Release Notes -This RC 2 release does not contain new Entity Framework Core feature additions. +Here's a summary of what's new in Entity Framework Core in this RC 2 release: -Entity Framework Core 10 updates: +- Numerous fixes for [the new EF complex JSON support](https://learn.microsoft.com/ef/core/what-is-new/ef-core-10.0/whatsnew#json). +- [Stop spanning all migrations with a single transaction](https://github.com/dotnet/efcore/issues/35096). +- [Use ExecutionStrategy for query execution (for retrying)](https://github.com/dotnet/efcore/issues/35692). +- [Analyzer warnings for string concatenation in raw SQL APIs](https://learn.microsoft.com/ef/core/what-is-new/ef-core-10.0/whatsnew#warn-for-string-concatenation-with-raw-sql-apis). + +For a full list of changes completed in RC 2, [see this](https://github.com/dotnet/efcore/issues?q=is%3Aissue%20state%3Aclosed%20label%3Arc-2%20milestone%3A10.0.0). - [What's new in Entity Framework Core 10](https://learn.microsoft.com/ef/core/what-is-new/ef-core-10.0/whatsnew) documentation - [Breaking change in Entity Framework Core 10](https://learn.microsoft.com/ef/core/what-is-new/ef-core-10.0/breaking-changes)