From 13e8976494df8bca785c038aa02cf58002e33ac8 Mon Sep 17 00:00:00 2001 From: Michael Nebel Date: Wed, 22 Apr 2026 13:07:36 +0200 Subject: [PATCH] C#: Add change-note. --- .../change-notes/2026-03-06-compound-assignment-operations.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 csharp/ql/lib/change-notes/2026-03-06-compound-assignment-operations.md diff --git a/csharp/ql/lib/change-notes/2026-03-06-compound-assignment-operations.md b/csharp/ql/lib/change-notes/2026-03-06-compound-assignment-operations.md new file mode 100644 index 00000000000..f7e68b9b7d7 --- /dev/null +++ b/csharp/ql/lib/change-notes/2026-03-06-compound-assignment-operations.md @@ -0,0 +1,4 @@ +--- +category: minorAnalysis +--- +* C# 14: Added support for user-defined compound assignment operators.