From 346d140c875a06acee8b364f250a208aa251bfb7 Mon Sep 17 00:00:00 2001 From: Michael Nebel Date: Fri, 12 Jun 2026 15:33:49 +0200 Subject: [PATCH] C#: Add change-note. --- .../ql/lib/change-notes/2026-06-12-restructure-operations.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 csharp/ql/lib/change-notes/2026-06-12-restructure-operations.md diff --git a/csharp/ql/lib/change-notes/2026-06-12-restructure-operations.md b/csharp/ql/lib/change-notes/2026-06-12-restructure-operations.md new file mode 100644 index 00000000000..89459c5b981 --- /dev/null +++ b/csharp/ql/lib/change-notes/2026-06-12-restructure-operations.md @@ -0,0 +1,4 @@ +--- +category: breaking +--- +* Renamed types related to *operation* expressions. The QL classes `BinaryArithmeticOperation`, `BinaryBitwiseOperation`, and `BinaryLogicalOperation` now include compound assignments; for example, `BinaryArithmeticOperation` now includes `a += b`.