From 319e3d1ba4e277308ceb88b92cd76ffa33c7adea Mon Sep 17 00:00:00 2001 From: Michael Nebel Date: Mon, 2 Mar 2026 09:06:06 +0100 Subject: [PATCH] C#: Add change-note. --- csharp/ql/lib/change-notes/2026-03-02-post-update-nodes.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 csharp/ql/lib/change-notes/2026-03-02-post-update-nodes.md diff --git a/csharp/ql/lib/change-notes/2026-03-02-post-update-nodes.md b/csharp/ql/lib/change-notes/2026-03-02-post-update-nodes.md new file mode 100644 index 00000000000..d021cabf1a0 --- /dev/null +++ b/csharp/ql/lib/change-notes/2026-03-02-post-update-nodes.md @@ -0,0 +1,4 @@ +--- +category: minorAnalysis +--- +* Added post-update nodes for struct-type arguments, allowing data flow out of method calls via those arguments.