Skip to content

Commit f4d05ba

Browse files
authored
Update README.md (microsoft#1184)
For UWP 6.2.10 Release
1 parent cc126b5 commit f4d05ba

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

releases/UWP/net-native2.2/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ You can see what was included in each .NET Native 2.2 ([Microsoft.NETCore.Univer
44

55
When using Visual Studio, these packages require Visual Studio 2019 or Visual Studio 2017 Version 15.9.
66

7+
### UWP 6.2.10 (March 18th, 2020)
8+
- Fix for RhpCallFilterFunclet stack misalignment on ARM causing runtime failures
9+
(https://github.com/dotnet/corert/pull/7744)
10+
- Fix for compiler crashes seen for SixLabors.ImageSharp API when targeting x86 and trying to generate mixed floating point/vector code
11+
- Fix for crashes seen when using System.IO.Directory.GetFiles and System.IO.DirectoryInfo.GetDirectories on ARM32 with UWP apps
12+
(https://github.com/dotnet/runtime/issues/27943#issuecomment-529400749)
13+
- Fix for crashes seen in rhbind.exe for some Unity apps
14+
- Fix to avoid incorrectly leaking COM thread state when returning threads to the OS thread pool
15+
- Fix for app crashes seen during garbage collection on ARM 32 due to heap corruption
16+
717
### UWP 6.2.9 (August 23rd, 2019)
818

919
- Reduce optimizer maximum thread count for Store compilations to increase ingestion reliability

0 commit comments

Comments
 (0)