C#: Add change-note.

This commit is contained in:
Michael Nebel
2026-06-12 15:33:49 +02:00
parent 9f0feb467a
commit 346d140c87

View File

@@ -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`.