Skip to content

Commit dd0c721

Browse files
committed
C#: Add change note
1 parent 606a8fe commit dd0c721

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
---
22
category: minorAnalysis
33
---
4-
* C#: Data flow via get only properties like `public object Obj { get; }` is now captured by the data flow library.
4+
* Data flow via get only properties like `public object Obj { get; }` is now captured by the data flow library.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
category: majorAnalysis
3+
---
4+
* We no longer make use of CodeQL database stats, which may affect join-orders in custom queries. It is therefore recommended to test performance of custom queries after upgrading to this version.

0 commit comments

Comments
 (0)