Skip to content

Commit 6ac163a

Browse files
committed
C#: Add change note
1 parent df1e215 commit 6ac163a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

change-notes/1.23/analysis-csharp.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,6 @@ The following changes in version 1.23 affect C# analysis in all applications.
4343
* There is now a `DataFlow::localExprFlow` predicate and a
4444
`TaintTracking::localExprTaint` predicate to make it easy to use the most
4545
common case of local data flow and taint: from one `Expr` to another.
46+
* Data is now tracked through null-coalescing expressions (`??`).
4647

4748
## Changes to autobuilder

0 commit comments

Comments
 (0)