C#: Add change-note.

This commit is contained in:
Michael Nebel
2025-01-29 13:44:38 +01:00
parent e863bf5f24
commit 42d65f9c7c

View File

@@ -0,0 +1,4 @@
---
category: minorAnalysis
---
C# 13: Added MaD models for some overload implementations using `ReadOnlySpan` parameters (like `String.Format(System.String, System.ReadOnlySpan<System.Object>))`).