Skip to content

Commit 05684b3

Browse files
committed
C#: Add change note
1 parent 28141c9 commit 05684b3

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
@@ -47,5 +47,6 @@ The following changes in version 1.23 affect C# analysis in all applications.
4747
`TaintTracking::localExprTaint` predicate to make it easy to use the most
4848
common case of local data flow and taint: from one `Expr` to another.
4949
* Data is now tracked through null-coalescing expressions (`??`).
50+
* A new library `semmle.code.csharp.Unification` has been added. This library exposes two predicates `unifiable` and `subsumes` for calculating type unification and type subsumption, respectively.
5051

5152
## Changes to autobuilder

0 commit comments

Comments
 (0)