C#: Add change note.

This commit is contained in:
Michael Nebel
2025-09-10 14:02:30 +02:00
parent e5da0b90ce
commit 186e42b1fe

View File

@@ -0,0 +1,4 @@
---
category: deprecated
---
* The query `cs/captured-foreach-variable` has been deprecated as the semantics of capturing a 'foreach' variable and using it outside the loop has been stable since C# version 5.