C#: Add change-note.

This commit is contained in:
Michael Nebel
2024-01-10 13:31:34 +01:00
parent e18534e748
commit 4dedc454ae

View File

@@ -0,0 +1,4 @@
---
category: minorAnalysis
---
* C# 12: Add extractor support for lambda expressions with parameter defaults like `(int x, int y = 1) => ...` and lambda expressions with a `param` parameter like `(params int[] x) => ...)`.