C#: Add change note.

This commit is contained in:
Michael Nebel
2024-02-21 09:34:21 +01:00
parent d6f657cfd7
commit 060133d3e9

View File

@@ -0,0 +1,4 @@
---
category: minorAnalysis
---
* C#: Data flow via get only properties like `public object Obj { get; }` is now captured by the data flow library.